rcf.system.gui.util
Class GUICollection.GUICollectionEventSink

java.lang.Object
  extended by rcf.system.gui.util.GUICollection.GUICollectionEventSink
All Implemented Interfaces:
EventSink<rcf.core.util.collection.transaction.CollectionTransaction>
Enclosing class:
GUICollection<T,C extends rcf.core.util.collection.Collection<T>>

protected final class GUICollection.GUICollectionEventSink
extends Object
implements EventSink<rcf.core.util.collection.transaction.CollectionTransaction>

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.1 $
Author:
Greg Gibeling

Nested Class Summary
protected  class GUICollection.GUICollectionEventSink.TaskEventSink
          TODO: Javadoc
 
Field Summary
protected  GUICollection.GUICollectionEventSink.TaskEventSink taskEventSink
          TODO: Javadoc
 
Constructor Summary
protected GUICollection.GUICollectionEventSink()
           
 
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

taskEventSink

protected final GUICollection.GUICollectionEventSink.TaskEventSink taskEventSink
TODO: Javadoc

Constructor Detail

GUICollection.GUICollectionEventSink

protected GUICollection.GUICollectionEventSink()
Method Detail

event

public boolean event(rcf.core.util.collection.transaction.CollectionTransaction event)
Description copied from interface: EventSink
Called by an EventSyndicate to notify this sink that an event has occured.

Specified by:
event in interface EventSink<rcf.core.util.collection.transaction.CollectionTransaction>
Parameters:
event - The event which has occured.
Returns:
true to keep receiving events from the source of this event. false to stop receiving events from the source of this event.