|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrcf.system.gui.util.GUITree.GUITreeEventSink
protected final class GUITree.GUITreeEventSink
TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Nested Class Summary | |
|---|---|
protected class |
GUITree.GUITreeEventSink.TaskEventSink
TODO: Javadoc |
| Field Summary | |
|---|---|
protected rcf.core.util.adapter.ArrayTypeAdapter<N,N> |
accessibleArrayAdapter
TODO: Javadoc |
protected rcf.core.util.adapter.AccessibleTypeAdapter<N> |
accessibleTypeAdapter
TODO: Javadoc |
protected GUITree.GUITreeEventSink.TaskEventSink |
taskEventSink
TODO: Javadoc |
| Constructor Summary | |
|---|---|
protected |
GUITree.GUITreeEventSink()
|
| Method Summary | |
|---|---|
boolean |
event(rcf.core.util.collection.transaction.CollectionTransaction event)
Called by an EventSyndicate to notify this sink that an event
has occured. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final rcf.core.util.adapter.AccessibleTypeAdapter<N extends rcf.core.util.tree.Node> accessibleTypeAdapter
protected final rcf.core.util.adapter.ArrayTypeAdapter<N extends rcf.core.util.tree.Node,N extends rcf.core.util.tree.Node> accessibleArrayAdapter
protected final GUITree.GUITreeEventSink.TaskEventSink taskEventSink
| Constructor Detail |
|---|
protected GUITree.GUITreeEventSink()
| Method Detail |
|---|
public boolean event(rcf.core.util.collection.transaction.CollectionTransaction event)
EventSinkEventSyndicate to notify this sink that an event
has occured.
event in interface EventSink<rcf.core.util.collection.transaction.CollectionTransaction>event - The event which has occured.
true to keep receiving events from the source
of this event. false to stop receiving events
from the source of this event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||