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

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

public class GUISetPeersNotifyEvent
extends java.lang.Object
implements GUIActionEvent

See Also:
Serialized Form

Constructor Summary
GUISetPeersNotifyEvent(java.util.Collection<PeerSpec> peerSpecs, 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

GUISetPeersNotifyEvent

public GUISetPeersNotifyEvent(java.util.Collection<PeerSpec> peerSpecs,
                              SimpleSynchronizedGridManager manager)
Method Detail

process

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