Uses of Interface
org.gridbus.broker.event.JobListener

Packages that use JobListener
org.gridbus.broker.event   
org.gridbus.broker.farming.common   
 

Uses of JobListener in org.gridbus.broker.event
 

Classes in org.gridbus.broker.event that implement JobListener
 class BrokerEventListener
           
 

Uses of JobListener in org.gridbus.broker.farming.common
 

Methods in org.gridbus.broker.farming.common with parameters of type JobListener
 void JobMonitor.addListener(JobListener jl)
          This class is also the source of the events.
 void JobMonitor.removeListener(JobListener jl)
           
 void ComputeServer.addJobListener(JobListener jl)
          Registers a joblistener with the server.
 void ComputeServer.removeJobListener(JobListener jl)
          Unregisters a joblistener.