|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.tools.wtk.EventLogger.IncludeEventGroup
public final class EventLogger.IncludeEventGroup
A read/write group of events that an event logger will actually fire. This group is guaranteed to be a subset of the declared event group.
Method Summary | |
---|---|
boolean |
add(Method event)
Adds an element to the group. |
boolean |
contains(Method event)
Tests the existence of an element in the group. |
Iterator<Method> |
iterator()
|
boolean |
remove(Method event)
Removes an element from the group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean add(Method event)
Group
add
in interface Group<Method>
event
- The element to add to the group.
public boolean remove(Method event)
Group
remove
in interface Group<Method>
event
- The element to remove from the set.
public boolean contains(Method event)
Group
contains
in interface Group<Method>
event
- The element whose presence in the group is to be tested.
public Iterator<Method> iterator()
iterator
in interface Iterable<Method>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |