com.amx.duet.tools.net.udp
Interface ISocketConnectionListener
- public interface ISocketConnectionListener
This class is always used in conjunction with the SocketConnection class and
must be implemented by any class wishing to receive TCP socket events.
- Since:
- AMXTools 1.0.1
- Version:
- 1.0.0
handleReceive
public void handleReceive(int bytesReceived,
byte[] data)
- Parameters:
bytesReceived
- data
-
handleSocketStatus
public void handleSocketStatus(int status)
- Parameters:
status
-
Copyright © 2008 AMX LLC. All Rights Reserved.