org.apache.tuscany.core.context.filter
Class TrueFilter
java.lang.Object
org.apache.tuscany.core.context.filter.TrueFilter
- All Implemented Interfaces:
- EventFilter
public class TrueFilter
- extends Object
- implements EventFilter
An event filter that always returns a true condition
- Version:
- $$Rev$$ $$Date$$
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 |
TrueFilter
public TrueFilter()
match
public boolean match(Event event)
- Description copied from interface:
EventFilter
- Performs the actual evaluation on an event
- Specified by:
match
in interface EventFilter
-