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

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

public class GUIPeerAliveNotifyEvent
extends java.lang.Object
implements GUIActionEvent

See Also:
Serialized Form

Constructor Summary
GUIPeerAliveNotifyEvent(PeerSpec peerSpec, 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

GUIPeerAliveNotifyEvent

public GUIPeerAliveNotifyEvent(PeerSpec peerSpec,
                               SimpleSynchronizedGridManager manager)
Method Detail

process

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