| Interface | Description |
|---|---|
| ClientConnectionStatusListener |
Instances of this class listen to status change events on client connections.
|
| ClientListener |
Listener interface for receiving notifications when a new connection to a server
is established and when an existing connections fails and is removed from the client.
|
| JobListener |
Listener interface for receiving job started and job ended event notifications.
|
| SubmissionStatusListener |
Listener interface for receiving submission status change notifications.
|
| TaskResultListener |
Listener interface for receiving notifications of task results received from the server.
|
| Class | Description |
|---|---|
| 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.
|
| JobEvent |
Event emitted by a job when its execution starts or completes.
|
| JobListenerAdapter |
A convenience class which allows subclassing and implementing only the needed methods of
JobListener. |
| SubmissionStatusEvent |
Instances of this class represent a status change notification for a jppf submission.
|
| TaskResultEvent |
Event object used to notify interested listeners that a list of task results
have been received from the server.
|
Copyright © 2005-2012 JPPF Team.