com.amx.duet.tools.net.tcp
Interface SocketConnectionListener
- All Known Implementing Classes:
- DeviceUtil
- public interface SocketConnectionListener
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.