Tuscany Core

org.apache.tuscany.core.context.filter
Class TrueFilter

java.lang.Object
  extended by org.apache.tuscany.core.context.filter.TrueFilter
All Implemented Interfaces:
EventFilter

public class TrueFilter
extends java.lang.Object
implements EventFilter

An event filter that always returns a true condition

Version:
$$Rev$$ $$Date$$

Constructor Summary
TrueFilter()
           
 
Method Summary
 boolean match(Event event)
          Performs the actual evaluation on an event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueFilter

public TrueFilter()
Method Detail

match

public boolean match(Event event)
Description copied from interface: EventFilter
Performs the actual evaluation on an event

Specified by:
match in interface EventFilter

Tuscany Core

-