|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DataTransferListener can be added to a client or to a server. It will be notified if data has been received.
Method Summary | |
DataContainer[] |
dataReceived(DataContainer data,
int messageType)
Data has been received by the server/client to which this listener has been added. |
void |
dataReceivedEnd()
The server/client has finished receiving in this transfer. |
Method Detail |
public DataContainer[] dataReceived(DataContainer data, int messageType)
data
- the DataContainer that has been received.messageType
- the type of the message like MessageType defines it
public void dataReceivedEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |