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

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

public class GUIHereIsGumNotifyEvent
extends java.lang.Object
implements GUIActionEvent

See Also:
Serialized Form

Constructor Summary
GUIHereIsGumNotifyEvent(GumSpec spec, int jobID, ObjectID peerBrokerAccessID, SimpleSynchronizedGridManager manager)
           
 
Method Summary
 GUIEventType process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIHereIsGumNotifyEvent

public GUIHereIsGumNotifyEvent(GumSpec spec,
                               int jobID,
                               ObjectID peerBrokerAccessID,
                               SimpleSynchronizedGridManager manager)
Method Detail

process

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