org.jppf.server.protocol
Interface JPPFTaskListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JPPFNodeAdmin

public interface JPPFTaskListener
extends EventListener

Listener interface for receiving notifications of tasks events.

Author:
Laurent Cohen

Method Summary
 void eventOccurred(JPPFTaskEvent event)
          Notify this listerer that an event has occurred during a task's life cycle.
 

Method Detail

eventOccurred

void eventOccurred(JPPFTaskEvent event)
Notify this listerer that an event has occurred during a task's life cycle.

Parameters:
event - the event this listener is notified of.


Copyright © 2005-2010 JPPF Team.