Uses of Interface
net.esper.client.UpdateListener

Packages that use UpdateListener
net.esper.client This package defines the central Esper Client APIs. 
net.esper.core Implementation of client package interfaces, glue code 
net.esper.indicator.jmx Classes for indicating events through a JMX console 
 

Uses of UpdateListener in net.esper.client
 

Methods in net.esper.client with parameters of type UpdateListener
 void EPListenable.addListener(UpdateListener listener)
          Add an listener that observes events.
 void EPListenable.removeListener(UpdateListener listener)
          Remove an listener that observes events.
 

Uses of UpdateListener in net.esper.core
 

Methods in net.esper.core that return types with arguments of type UpdateListener
 java.util.Set<UpdateListener> EPStatementSupport.getListeners()
          Returns the set of listeners to the statement.
 

Methods in net.esper.core with parameters of type UpdateListener
 void EPStatementSupport.addListener(UpdateListener listener)
          Add a listener to the statement.
 void EPStatementSupport.removeListener(UpdateListener listener)
          Remove a listeners to a statement.
 

Constructor parameters in net.esper.core with type arguments of type UpdateListener
PatternListenerDispatch(java.util.Set<UpdateListener> listeners)
          Constructor.
UpdateDispatchView(java.util.Set<UpdateListener> updateListeners, DispatchService dispatchService)
          Ctor.
 

Uses of UpdateListener in net.esper.indicator.jmx
 

Classes in net.esper.indicator.jmx that implement UpdateListener
 class JMXLastEventIndicator
          This listeners can be used to indicate events received through a JMX console.