|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbp.Event
public class Event
A base class for events
Constructor Summary | |
---|---|
Event()
|
Method Summary | |
---|---|
boolean |
contains(java.lang.Object o)
A function that implements the filtering logic. |
java.util.Iterator<Event> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Event()
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.
public java.util.Iterator<Event> iterator()
iterator
in interface java.lang.Iterable<Event>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |