Uses of Class
org.jppf.client.event.ClientEvent

Packages that use ClientEvent
org.jppf.client.event Support for event handling in the JPPF client. 
org.jppf.ui.monitoring.data Set of classes to handle the incoming statistics from the server. 
org.jppf.ui.monitoring.job Classes supporting the UI for job monitoring via JMX. 
org.jppf.ui.monitoring.node Classes supporting the UI for nodes monitoring via JMX. 
 

Uses of ClientEvent in org.jppf.client.event
 

Methods in org.jppf.client.event with parameters of type ClientEvent
 void ClientListener.connectionFailed(ClientEvent event)
          Notifiy this listener that a driver connection has failed.
 void ClientListener.newConnection(ClientEvent event)
          Notifiy this listener that a new driver connection was created.
 

Uses of ClientEvent in org.jppf.ui.monitoring.data
 

Methods in org.jppf.ui.monitoring.data with parameters of type ClientEvent
 void StatsHandler.connectionFailed(ClientEvent event)
          Notifiy this listener that a driver connection has failed.
 void StatsHandler.newConnection(ClientEvent event)
          Notifiy this listener that a new driver connection was created.
 

Uses of ClientEvent in org.jppf.ui.monitoring.job
 

Methods in org.jppf.ui.monitoring.job with parameters of type ClientEvent
 void JobDataPanel.connectionFailed(ClientEvent event)
          Notifiy this listener that a driver connection has failed.
 void JobDataPanel.newConnection(ClientEvent event)
          Notifiy this listener that a new driver connection was created.
 

Uses of ClientEvent in org.jppf.ui.monitoring.node
 

Methods in org.jppf.ui.monitoring.node with parameters of type ClientEvent
 void NodeDataPanel.connectionFailed(ClientEvent event)
          Notifiy this listener that a driver connection has failed.
 void NodeDataPanel.newConnection(ClientEvent event)
          Notifiy this listener that a new driver connection was created.
 



Copyright © 2005-2010 JPPF Team.