org.ourgrid.common.event
Class DummyEvent

java.lang.Object
  extended by org.ourgrid.common.event.DummyEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, ResponseEvent

public class DummyEvent
extends java.lang.Object
implements ResponseEvent, ActionEvent

This event is used when the execution has no return value, but can throw errors.

See Also:
Serialized Form

Constructor Summary
DummyEvent()
           
 
Method Summary
 java.lang.Object getResponse()
          Gets the response of an Event.
 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

DummyEvent

public DummyEvent()
Method Detail

getResponse

public java.lang.Object getResponse()
Description copied from interface: ResponseEvent
Gets the response of an Event.

Specified by:
getResponse in interface ResponseEvent
Returns:
an Object that corresponds to the response of an Event.
See Also:
ResponseEvent.getResponse()

process

public void process()
Description copied from interface: ActionEvent
Performs the specific processing of a given Event.

Specified by:
process in interface ActionEvent