radtools.services.network
Class AbstractNetworkTunnel.SessionStateProxy

java.lang.Object
  extended by radtools.services.network.AbstractNetworkTunnel.SessionStateProxy
All Implemented Interfaces:
EventSink<DynamicPropertyEvent>
Enclosing class:
AbstractNetworkTunnel<SP extends SecurityPrincipal>

protected final class AbstractNetworkTunnel.SessionStateProxy
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 AbstractNetworkTunnel.SessionStateProxy()
           
 
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

AbstractNetworkTunnel.SessionStateProxy

protected AbstractNetworkTunnel.SessionStateProxy()
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.