org.ourgrid.mygrid.scheduler.event
Class JobNotFoundNotifyEvent

java.lang.Object
  extended by org.ourgrid.mygrid.scheduler.event.JobNotFoundNotifyEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, NotifyEvent

public class JobNotFoundNotifyEvent
extends java.lang.Object
implements NotifyEvent

Event used to notify that a job was not found.

See Also:
Serialized Form

Constructor Summary
JobNotFoundNotifyEvent()
           
 
Method Summary
 void process()
          Performs the specific processing of a given Event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobNotFoundNotifyEvent

public JobNotFoundNotifyEvent()
Method Detail

process

public void process()
Description copied from interface: ActionEvent
Performs the specific processing of a given Event.

Specified by:
process in interface ActionEvent
See Also:
ActionEvent.process()