netP5
Interface TcpPacketListener

All Known Implementing Classes:
AbstractTcpServer, OscNetManager, OscP5, TcpServer

public interface TcpPacketListener


Method Summary
 void process(TcpPacket theTcpPacket, int thePort)
           
 void remove(AbstractTcpClient theClient)
           
 void status(int theStatus)
           
 

Method Detail

process

void process(TcpPacket theTcpPacket,
             int thePort)

status

void status(int theStatus)

remove

void remove(AbstractTcpClient theClient)


processing library oscP5 by Andreas Schlegel. (c) 2004-2012