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


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