Package org.jppf.client.event

Support for event handling in the JPPF client.

See:
          Description

Interface Summary
ClientConnectionStatusHandler Interface implemented by all classes that desire to handle a connection status and notify others about status changes.
ClientConnectionStatusListener Instances of this class listen to status change events on client connections.
ClientListener  
TaskResultListener Listener interface for receiving notifications of task results received from the server.
 

Class Summary
ClientConnectionStatusEvent Event sent to notify of a status change for a client connection.
ClientEvent Instances of this class are events sent to notify interested listeners that a new connection to a JPPF driver was created.
TaskResultEvent Event object used to notify interested listeners that a list of task results have been received from the server.
 

Package org.jppf.client.event Description

Support for event handling in the JPPF client.



Copyright © 2005-2010 JPPF Team.