org.jppf.client.event
Interface ClientListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JobDataPanel, NodeDataPanel, StatsHandler

public interface ClientListener
extends EventListener

Author:
Laurent Cohen

Method Summary
 void connectionFailed(ClientEvent event)
          Notifiy this listener that a driver connection has failed.
 void newConnection(ClientEvent event)
          Notifiy this listener that a new driver connection was created.
 

Method Detail

newConnection

void newConnection(ClientEvent event)
Notifiy this listener that a new driver connection was created.

Parameters:
event - the event to notify this listener of.

connectionFailed

void connectionFailed(ClientEvent event)
Notifiy this listener that a driver connection has failed.

Parameters:
event - the event to notify this listener of.


Copyright © 2005-2010 JPPF Team.