org.ourgrid.peer.event
Class DisposeOfGumNotifyEvent

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

public class DisposeOfGumNotifyEvent
extends java.lang.Object
implements NotifyEvent

See Also:
Serialized Form

Constructor Summary
DisposeOfGumNotifyEvent(EBGump gump, long requestID, GumID gumID)
           
 
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

DisposeOfGumNotifyEvent

public DisposeOfGumNotifyEvent(EBGump gump,
                               long requestID,
                               GumID gumID)
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