Uses of Interface
org.javasimon.callback.CompositeCallback

Packages that use CompositeCallback
org.javasimon Core package, contains Simon implementations, with the SimonManager as the center point of the API. 
org.javasimon.callback Callback is an event listener registered with the Manager, listening for manager or Simon events. 
 

Uses of CompositeCallback in org.javasimon
 

Fields in org.javasimon declared as CompositeCallback
private  CompositeCallback EnabledManager.callback
           
 

Methods in org.javasimon that return CompositeCallback
 CompositeCallback SwitchingManager.callback()
           
static CompositeCallback SimonManager.callback()
          Accesses Simon callback.
 CompositeCallback Manager.callback()
          Accesses default composite callback of this manager.
 CompositeCallback EnabledManager.callback()
           
 CompositeCallback DisabledManager.callback()
           
 

Uses of CompositeCallback in org.javasimon.callback
 

Classes in org.javasimon.callback that implement CompositeCallback
 class CompositeCallbackImpl
          Composite callbacks holds child-callbacks and delegates any operations to all of them.
 class CompositeFilterCallback
          This callback combines Composite and Filter behavior.
 



Copyright © 2013. All Rights Reserved.