org.ourgrid.common.event
Interface ResponseEvent<T>

All Superinterfaces:
Event, java.io.Serializable
All Known Implementing Classes:
DummyEvent, GumCreatePlaypenResponseEvent, GumCreateStorageDirectoryResponseEvent, GumFileExistsResponseEvent, GumGetFileResponseEvent, GumGetRemoteFileDigestResponseEvent, GumGetRemoteFileLastModificationResponseEvent, GumGetRemoteFileLengthResponseEvent, GumGetResultResponseEvent, GumGetStatusResponseEvent, GumGetStorageDirectoryResponseEvent, GumRemoteExecuteResponseEvent, InvalidationResponseEvent, SchedulerTestResponseEvent, ShutdownResponseEvent, SimpleResponseEvent, ThrowableEvent, WaitForJobResponseEvent

public interface ResponseEvent<T>
extends Event

An Event that stores a response.


Field Summary
 
Fields inherited from interface org.ourgrid.common.event.Event
serialVersionUID
 
Method Summary
 T getResponse()
          Gets the response of an Event.
 

Method Detail

getResponse

T getResponse()
Gets the response of an Event.

Returns:
an Object that corresponds to the response of an Event.