All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface webwisdom.tango.TDataListener

public interface TDataListener
Interface for passing private application data.

See Also:
addTDataListener

Method Index

 o receive(byte[])
This function is called everytime the data is sent by any member of the session and this participant is either an explicit addresee in selectiveSend() function, or an implicit one in send() function.

Methods

 o receive
 public abstract void receive(byte data[])
This function is called everytime the data is sent by any member of the session and this participant is either an explicit addresee in selectiveSend() function, or an implicit one in send() function. The data arrives unchanged and in the same chunks as it was sent.

Parameters:
data - the data sent by another member of the same session
See Also:
send, selectiveSend

All Packages  Class Hierarchy  This Package  Previous  Next  Index