Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.spi.event.RuntimeEventListener

Packages that use RuntimeEventListener
org.apache.tuscany.spi.bootstrap   
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.event   
org.apache.tuscany.spi.extension   
 

Uses of RuntimeEventListener in org.apache.tuscany.spi.bootstrap
 

Subinterfaces of RuntimeEventListener in org.apache.tuscany.spi.bootstrap
 interface RuntimeComponent
          Interface that represents the Tuscany runtime.
 

Uses of RuntimeEventListener in org.apache.tuscany.spi.component
 

Subinterfaces of RuntimeEventListener in org.apache.tuscany.spi.component
 interface CompositeComponent
          The runtime instantiation of an SCA composite component.
 interface ScopeContainer
          Manages the lifecycle and visibility of instances associated with a set of AtomicComponents.
 

Fields in org.apache.tuscany.spi.component with type parameters of type RuntimeEventListener
protected  Map<EventFilter,List<RuntimeEventListener>> AbstractSCAObject.listeners
           
 

Methods in org.apache.tuscany.spi.component that return types with arguments of type RuntimeEventListener
protected  Map<EventFilter,List<RuntimeEventListener>> AbstractSCAObject.getListeners()
           
 

Methods in org.apache.tuscany.spi.component with parameters of type RuntimeEventListener
 void AbstractSCAObject.addListener(EventFilter filter, RuntimeEventListener listener)
           
 void AbstractSCAObject.addListener(RuntimeEventListener listener)
           
 void AbstractSCAObject.removeListener(RuntimeEventListener listener)
           
 

Uses of RuntimeEventListener in org.apache.tuscany.spi.event
 

Methods in org.apache.tuscany.spi.event with parameters of type RuntimeEventListener
 void EventPublisher.addListener(EventFilter filter, RuntimeEventListener listener)
          Registers a listener to receive notifications for the context
 void EventPublisher.addListener(RuntimeEventListener listener)
          Registers a listener to receive notifications for the context
 void EventPublisher.removeListener(RuntimeEventListener listener)
          Removes a previously registered listener
 

Uses of RuntimeEventListener in org.apache.tuscany.spi.extension
 

Classes in org.apache.tuscany.spi.extension that implement RuntimeEventListener
 class CompositeComponentExtension
          An extension point for composite components, which new types may extend
 


Apache Tuscany SCA Kernel Sub-Project

-