bp.eventSets
Class EventFilterForAllEvents

java.lang.Object
  extended by bp.eventSets.EventFilterForAllEvents
All Implemented Interfaces:
EventFilterInterface

public class EventFilterForAllEvents
extends java.lang.Object
implements EventFilterInterface

A filter that matches all objects.


Constructor Summary
EventFilterForAllEvents()
           
 
Method Summary
 boolean contains(java.lang.Object o)
          A function that implements the filtering logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventFilterForAllEvents

public EventFilterForAllEvents()
Method Detail

contains

public boolean contains(java.lang.Object o)
Description copied from interface: EventFilterInterface
A function that implements the filtering logic.

Specified by:
contains in interface EventFilterInterface
Parameters:
o - A candidate object to be tested for matching the criteria of the filter.
Returns:
true if the object matches the criteria of the filter.
See Also:
EventFilterInterface.contains(java.lang.Object)