Interface to a TLink callback class for use in asynchronous links. More...
Public Member Functions | |
void | callback (TLink link) |
The method which will be called when new data arrive. More... | |
Interface to a TLink callback class for use in asynchronous links.
This class provides an inteface to a TLinkCallback object whose callback method will be called which the link state of an asynchronous link has changed, either due to incoming data or non-zero status code.
Example:
void de.desy.tine.client.TLinkCallback.callback | ( | TLink | link | ) |
The method which will be called when new data arrive.
link | is the client TLink object which created the link. The property values of this object will reflect the current link status and timestamp (among other things) of the associated link. |
Implemented in de.desy.tine.client.TAwtAsyncCallback, and de.desy.tine.client.TAwtSyncCallback.