org.ourgrid.mygrid.scheduler
Class RemoveGridManagerListenerRequestEvent

java.lang.Object
  extended by org.ourgrid.mygrid.scheduler.RemoveGridManagerListenerRequestEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, RequestEvent

public class RemoveGridManagerListenerRequestEvent
extends java.lang.Object
implements RequestEvent

See Also:
Serialized Form

Constructor Summary
RemoveGridManagerListenerRequestEvent(GridManager gridManager, GridManagerListenerRemote listener)
           
 
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

RemoveGridManagerListenerRequestEvent

public RemoveGridManagerListenerRequestEvent(GridManager gridManager,
                                             GridManagerListenerRemote listener)
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