org.ourgrid.mygrid.ui.gui.event
Class GuiJobCanceledNotifyEvent

java.lang.Object
  extended by org.ourgrid.mygrid.ui.gui.event.GuiJobCanceledNotifyEvent
All Implemented Interfaces:
java.io.Serializable, Event, GUIActionEvent

public class GuiJobCanceledNotifyEvent
extends java.lang.Object
implements GUIActionEvent

See Also:
Serialized Form

Constructor Summary
GuiJobCanceledNotifyEvent(SimpleSynchronizedJobManager manager, int jobId)
           
 
Method Summary
 GUIEventType process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiJobCanceledNotifyEvent

public GuiJobCanceledNotifyEvent(SimpleSynchronizedJobManager manager,
                                 int jobId)
Method Detail

process

public GUIEventType process()
Specified by:
process in interface GUIActionEvent