|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbp.eventSets.EventFilterForAllEvents
public class EventFilterForAllEvents
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 |
---|
public EventFilterForAllEvents()
Method Detail |
---|
public boolean contains(java.lang.Object o)
EventFilterInterface
contains
in interface EventFilterInterface
o
- A candidate object to be tested for matching the criteria of
the filter.
EventFilterInterface.contains(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |