org.jppf.client.event
Class ClientEvent
java.lang.Object
java.util.EventObject
org.jppf.client.event.ClientEvent
- All Implemented Interfaces:
- Serializable
public class ClientEvent
- extends EventObject
Instances of this class are events sent to notify interested listeners
that a new connection to a JPPF driver was created.
- Author:
- Laurent Cohen
- See Also:
- Serialized Form
ClientEvent
public ClientEvent(JPPFClientConnection c)
- Initialize this event with the specified client connection.
- Parameters:
c - the client connection on which the event occurs.
getConnection
public JPPFClientConnection getConnection()
- Get the client connection on which the event occured.
- Returns:
- a
JPPFClientConnection instance.
Copyright © 2005-2010 JPPF Team.