org.apache.tuscany.spi.event
Class TrueFilter
java.lang.Object
org.apache.tuscany.spi.event.TrueFilter
- All Implemented Interfaces:
- EventFilter
public class TrueFilter
- extends Object
- implements EventFilter
An event filter that always returns a true condition
- 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 |
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
-