Uses of Interface
org.apache.servicemix.nmr.api.event.Listener

Packages that use Listener
org.apache.servicemix.nmr.api.event Defines the listeners that can be registered inside ServiceMix to be notified of events. 
 

Uses of Listener in org.apache.servicemix.nmr.api.event
 

Subinterfaces of Listener in org.apache.servicemix.nmr.api.event
 interface EndpointListener
          A specific kind of Listener that will receive events about new registered endpoints or endpoints being unregistered.
 interface ExchangeListener
          Listener interface for exchanges send troughout the bus.
 

Methods in org.apache.servicemix.nmr.api.event with type parameters of type Listener
<T extends Listener>
java.lang.Iterable<T>
ListenerRegistry.getListeners(java.lang.Class<T> type)
          Retrieve an iterator of listeners of a certain type
 

Methods in org.apache.servicemix.nmr.api.event with parameters of type Listener
 void ListenerRegistry.register(Listener listener, java.util.Map<java.lang.String,?> properties)
          Add a listener to the registry.
 void ListenerRegistry.unregister(Listener listener, java.util.Map<java.lang.String,?> properties)
          Remove a listener.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.