org.ourgrid.peer.manager.event
Class NotifyGumStateChangeEvent

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

public class NotifyGumStateChangeEvent
extends java.lang.Object
implements RequestEvent

See Also:
Serialized Form

Constructor Summary
NotifyGumStateChangeEvent(EBGumManagerImpl ebGumManager, GumID gumID, GumStatus gumState)
           
 
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

NotifyGumStateChangeEvent

public NotifyGumStateChangeEvent(EBGumManagerImpl ebGumManager,
                                 GumID gumID,
                                 GumStatus gumState)
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