Apache Tuscany SCA Core SPI

org.apache.tuscany.sca.event
Interface RuntimeEventListener

All Superinterfaces:
java.util.EventListener

public interface RuntimeEventListener
extends java.util.EventListener

Listeners observe events fired in the SCA runtime.

Version:
$Rev: 539359 $ $Date: 2007-05-18 11:06:21 +0100 (Fri, 18 May 2007) $

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

Apache Tuscany SCA Core SPI

Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache WS PMC.