org.apache.tuscany.sca.event
Interface RuntimeEventListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
ScopeContainer<KEY>
All Known Implementing Classes:
AbstractScopeContainer, CompositeScopeContainer, ConversationalScopeContainer, HttpSessionScopeContainer, RequestScopeContainer, StatelessScopeContainer

public interface RuntimeEventListener
extends java.util.EventListener

Listeners observe events fired in the SCA runtime.


Method Summary
 void onEvent(Event event)
          Accepts and event and acts on it
 

Method Detail

onEvent

void onEvent(Event event)
Accepts and event and acts on it

Parameters:
event - The event to act on