Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.event
Interface RuntimeEventListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
CompositeComponent, RuntimeComponent, ScopeContainer
All Known Implementing Classes:
CompositeComponentExtension

public interface RuntimeEventListener
extends EventListener

Listeners observe events fired in the SCA runtime.

Version:
$Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $

Method Summary
 void onEvent(Event event)
           
 

Method Detail

onEvent

void onEvent(Event event)

Apache Tuscany SCA Kernel Sub-Project

-