org.jppf.node.event
Interface NodeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JPPFNodeAdmin

public interface NodeListener
extends EventListener

Listener interface to receive notification of the events occurring within a JPPF node.

Author:
Laurent Cohen

Method Summary
 void eventOccurred(NodeEvent event)
          Called to notify a listener that a node event has occurred.
 

Method Detail

eventOccurred

void eventOccurred(NodeEvent event)
Called to notify a listener that a node event has occurred.

Parameters:
event - the event that triggered the notification.


Copyright © 2005-2010 JPPF Team.