Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.event
Interface EventFilter

All Known Implementing Classes:
TrueFilter

public interface EventFilter

Evaluates whether a RuntimeEventListener is applicable to a given runtime event

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

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


Apache Tuscany SCA Kernel Sub-Project

-