Uses of Interface
groovyx.gpars.dataflow.operator.DataflowEventListener

Packages that use DataflowEventListener
groovyx.gpars.dataflow.operator This package holds classes representing operators and channels necessary for full dataflow concurrency. 
groovyx.gpars.dataflow.operator.component   
 

Uses of DataflowEventListener in groovyx.gpars.dataflow.operator
 

Classes in groovyx.gpars.dataflow.operator that implement DataflowEventListener
 class DataflowEventAdapter
          A default empty implementation of DataflowEventListener
 

Fields in groovyx.gpars.dataflow.operator with type parameters of type DataflowEventListener
protected  java.util.Collection<DataflowEventListener> DataflowProcessor.listeners
           
 

Methods in groovyx.gpars.dataflow.operator that return types with arguments of type DataflowEventListener
private static java.util.Collection<DataflowEventListener> DataflowProcessor.extractListeners(java.util.Map<java.lang.String,java.lang.Object> channels)
           
 

Methods in groovyx.gpars.dataflow.operator with parameters of type DataflowEventListener
 void DataflowProcessor.addDataflowEventListener(DataflowEventListener listener)
           
 void DataflowProcessor.removeDataflowEventListener(DataflowEventListener listener)
           
 

Uses of DataflowEventListener in groovyx.gpars.dataflow.operator.component
 

Classes in groovyx.gpars.dataflow.operator.component that implement DataflowEventListener
 class GracefulShutdownListener
          Listens to an operator/selector and reports its state and activity to a GracefulShutdownMonitor, shared with other listeners.
 class ProcessorPauseResume
          A listener to dataflow operators and selectors allowing them to be paused and resumed.
 


Copyright © 2008–2013 Václav Pech. All Rights Reserved.