org.ourgrid.peer.event
Class ResumeRequestGumsRequestEvent

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

public class ResumeRequestGumsRequestEvent
extends java.lang.Object
implements RequestEvent

See Also:
Serialized Form

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

ResumeRequestGumsRequestEvent

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