|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.tools.wtk.EventLogger.DeclaredEventGroup
public final class EventLogger.DeclaredEventGroup
A read-only group of events that an event logger is capable of firing. To make an event logger actually fire declared events, callers add them to the event logger's include 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 |