public interface ClientListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
connectionFailed(ClientEvent event)
Notify this listener that a driver connection has failed.
|
void |
newConnection(ClientEvent event)
Notify this listener that a new driver connection was created.
|
void newConnection(ClientEvent event)
event - the event to notify this listener of.void connectionFailed(ClientEvent event)
event - the event to notify this listener of.Copyright © 2005-2012 JPPF Team.