Tuscany Core

Uses of Interface
org.apache.tuscany.core.context.RuntimeEventListener

Packages that use RuntimeEventListener
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.context.scope   
 

Uses of RuntimeEventListener in org.apache.tuscany.core.context
 

Subinterfaces of RuntimeEventListener in org.apache.tuscany.core.context
 interface ScopeContext
          Manages the lifecycle and visibility of Contexts.
 

Methods in org.apache.tuscany.core.context 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.core.context.impl
 

Methods in org.apache.tuscany.core.context.impl that return types with arguments of type RuntimeEventListener
protected  java.util.Map<EventFilter,java.util.List<RuntimeEventListener>> AbstractLifecycle.getListeners()
           
 

Methods in org.apache.tuscany.core.context.impl with parameters of type RuntimeEventListener
 void AbstractLifecycle.addListener(EventFilter filter, RuntimeEventListener listener)
           
 void AbstractLifecycle.addListener(RuntimeEventListener listener)
           
 void AbstractLifecycle.removeListener(RuntimeEventListener listener)
           
 

Uses of RuntimeEventListener in org.apache.tuscany.core.context.scope
 

Classes in org.apache.tuscany.core.context.scope that implement RuntimeEventListener
 class AbstractScopeContext
          Implements functionality common to scope contexts.
 class CompositeScopeContext
          Manages the lifecycle of composite component contexts, i.e.
 class ModuleScopeContext
          Manages contexts whose implementations are module scoped.
 class RequestScopeContext
          An implementation of a request-scoped component container.
 class SessionScopeContext
          An implementation of an session-scoped component container.
 class StatelessScopeContext
          A container that manages stateless components.
 


Tuscany Core

-