radtools.services.linux
Class LinuxSystem.FrameworkEventSink

java.lang.Object
  extended by radtools.services.linux.LinuxSystem.FrameworkEventSink
All Implemented Interfaces:
EventSink<TaskEvent>
Enclosing class:
LinuxSystem

protected class LinuxSystem.FrameworkEventSink
extends Object
implements EventSink<TaskEvent>

TODO: Javadoc

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

Version:
$Revision: 1.15 $
Author:
Greg Gibeling

Constructor Summary
protected LinuxSystem.FrameworkEventSink()
           
 
Method Summary
 boolean event(TaskEvent 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

LinuxSystem.FrameworkEventSink

protected LinuxSystem.FrameworkEventSink()
Method Detail

event

public boolean event(TaskEvent 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<TaskEvent>
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.