org.robokind.demo.robot.replication.chain
Class ChainLinkUtils.ChainLink<T>

java.lang.Object
  extended by org.robokind.demo.robot.replication.chain.ChainLinkUtils.ChainLink<T>
Direct Known Subclasses:
ChainLinkUtils.NodeChainLink
Enclosing class:
ChainLinkUtils

public static class ChainLinkUtils.ChainLink<T>
extends Object


Constructor Summary
ChainLinkUtils.ChainLink(org.jflux.api.core.Notifier<T> notifier, org.jflux.api.core.Listener<T> listener)
           
 
Method Summary
protected  void link()
           
 void setListener(org.jflux.api.core.Listener<T> listener)
           
 void setNotifier(org.jflux.api.core.Notifier<T> notifier)
           
protected  void unlink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainLinkUtils.ChainLink

public ChainLinkUtils.ChainLink(org.jflux.api.core.Notifier<T> notifier,
                                org.jflux.api.core.Listener<T> listener)
Method Detail

setNotifier

public void setNotifier(org.jflux.api.core.Notifier<T> notifier)

setListener

public void setListener(org.jflux.api.core.Listener<T> listener)

link

protected void link()

unlink

protected void unlink()


Copyright © 2011-2013. All Rights Reserved.