Uses of Interface
org.ourgrid.common.event.EventEngine

Packages that use EventEngine
org.ourgrid.common.event   
org.ourgrid.mygrid.replicaexecutor   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.peer.manager   
 

Uses of EventEngine in org.ourgrid.common.event
 

Subinterfaces of EventEngine in org.ourgrid.common.event
 interface ShutdownEventEngine
          This interface represents an object responsible for processing events.
 

Uses of EventEngine in org.ourgrid.mygrid.replicaexecutor
 

Classes in org.ourgrid.mygrid.replicaexecutor that implement EventEngine
 class ReplicaExecutorEventEngine
          Description: This class is responsible for receiving events that come from the EBReplicaExecutorFacade and process then.
 

Uses of EventEngine in org.ourgrid.mygrid.scheduler
 

Classes in org.ourgrid.mygrid.scheduler that implement EventEngine
 class FakeSchedulerEventEngine
          Fake class that reimplements the schedule method to do nothing.
 class SchedulerEventEngine
          This class is responsible for receiving events that come from the EBSchedulerFacade and process them.
 

Uses of EventEngine in org.ourgrid.mygrid.ui.gui
 

Classes in org.ourgrid.mygrid.ui.gui that implement EventEngine
 class GuiEventEngine
          This class is responsible for receiving events that come from the EBSchedulerFacade and process them.
 

Uses of EventEngine in org.ourgrid.peer.manager
 

Classes in org.ourgrid.peer.manager that implement EventEngine
 class FakeEventEngine
          The FakeEventEngine.
 class PeerEventEngine
          This class is responsible for receiving events that come probably from a EBPeerManagerFacade and process them.