Apache Tuscany SCA Core SPI

org.apache.tuscany.sca.event
Interface EventFilter

All Known Implementing Classes:
TrueFilter

public interface EventFilter

Evaluates whether a RuntimeEventListener is applicable to a given runtime event

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

Method Summary
 boolean match(Event event)
          Performs the actual evaluation on an event
 

Method Detail

match

boolean match(Event event)
Performs the actual evaluation on an event

Parameters:
event - Returns true if the event matches implemented criteria
Returns:
Match result

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.