org.jppf.client.event
Interface ClientConnectionStatusListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractGenericClient, AbstractJPPFClient, JPPFClient, JPPFJcaClient

public interface ClientConnectionStatusListener
extends EventListener

Instances of this class listen to status change events on client connections.

Author:
Laurent Cohen

Method Summary
 void statusChanged(ClientConnectionStatusEvent event)
          Invoked to notify of a status chnage event on a client connection.
 

Method Detail

statusChanged

void statusChanged(ClientConnectionStatusEvent event)
Invoked to notify of a status chnage event on a client connection.

Parameters:
event - the event to notify of.


Copyright © 2005-2010 JPPF Team.