org.ourgrid.peer.manager.event
Class SetGumsNotifyEvent

java.lang.Object
  extended by org.ourgrid.peer.manager.event.SetGumsNotifyEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, NotifyEvent

public class SetGumsNotifyEvent
extends java.lang.Object
implements NotifyEvent

JIC Event used to set a GuM collection at this peer.

See Also:
Serialized Form

Constructor Summary
SetGumsNotifyEvent(EBGumManagerImpl manager, java.util.Collection<GumSpec> gumSpecCollection)
          The default constructor of this event.
 
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

SetGumsNotifyEvent

public SetGumsNotifyEvent(EBGumManagerImpl manager,
                          java.util.Collection<GumSpec> gumSpecCollection)
The default constructor of this event.

Parameters:
manager - GuM manager to be contacted.
gumSpecCollection - Collection of GuMSpecs setted.
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