radtools.services.ror
Class RoRServerLinux.DatabaseSink

java.lang.Object
  extended by 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

Constructor Summary
protected RoRServerLinux.DatabaseSink()
           
 
Method Summary
 boolean event(DynamicPropertyEvent 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
 

Constructor Detail

RoRServerLinux.DatabaseSink

protected RoRServerLinux.DatabaseSink()
Method Detail

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.