Package org.apache.tuscany.sca.event

Interface Summary
Event The base interface for events that are propagated in the runtime
EventFilter Evaluates whether a RuntimeEventListener is applicable to a given runtime event
EventPublisher Publishes events in the runtime by accepting Event objects and forwarding them to all registered RuntimeEventListener objects.
RuntimeEventListener Listeners observe events fired in the SCA runtime.
 

Class Summary
TrueFilter An event filter that always returns a true condition