radtools.services.ror
Class RoRServerLinux.DatabaseSink
java.lang.Object
radtools.services.ror.RoRServerLinux.DatabaseSink
- All Implemented Interfaces:
- EventSink<DynamicPropertyEvent>
- Enclosing class:
- RoRServerLinux
protected final class RoRServerLinux.DatabaseSink
- extends Object
- implements EventSink<DynamicPropertyEvent>
TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize
TODO: equals, hashCode, toString
- Version:
- $Revision: 1.8 $
- Author:
- Greg Gibeling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoRServerLinux.DatabaseSink
protected RoRServerLinux.DatabaseSink()
event
public boolean event(DynamicPropertyEvent 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<DynamicPropertyEvent>
- 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.