org.ourgrid.peer.manager.gummanager.events
Class GumGetRemoteFileLastModificationEvent

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

public class GumGetRemoteFileLastModificationEvent
extends java.lang.Object
implements RequestEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.ourgrid.common.event.Event
serialVersionUID
 
Constructor Summary
GumGetRemoteFileLastModificationEvent(EBGum gum, EventQueue responseQueue, java.io.File remoteFile, boolean normalized)
           
 
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

GumGetRemoteFileLastModificationEvent

public GumGetRemoteFileLastModificationEvent(EBGum gum,
                                             EventQueue responseQueue,
                                             java.io.File remoteFile,
                                             boolean normalized)
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