org.jppf.server.protocol
Class JPPFTaskEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jppf.server.protocol.JPPFTaskEvent
All Implemented Interfaces:
Serializable

public class JPPFTaskEvent
extends EventObject

Instances of this class represent events sent by a JPPF task. These events are notifications of things happening during a task's lifecycle, and can be used for user-defined monitoring of the tasks.

Author:
Laurent Cohen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JPPFTaskEvent(Serializable source)
          Initialize this event with the specified source.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPPFTaskEvent

public JPPFTaskEvent(Serializable source)
Initialize this event with the specified source.

Parameters:
source - an object describing the event, must be serializable.


Copyright © 2005-2010 JPPF Team.