org.robokind.demo.robot.replication
Class EventReplicator<T>

java.lang.Object
  extended by org.robokind.demo.robot.replication.EventReplicator<T>

public class EventReplicator<T>
extends Object

Author:
Matthew Stevenson

Constructor Summary
EventReplicator()
           
 
Method Summary
 org.jflux.api.core.Listener<T> getLocalListener()
           
 org.jflux.api.core.Notifier<T> getLocalNotifier()
           
 org.jflux.api.core.Listener<T> getRemoteListener()
           
 org.jflux.api.core.Notifier<T> getRemoteNotifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReplicator

public EventReplicator()
Method Detail

getLocalListener

public org.jflux.api.core.Listener<T> getLocalListener()

getRemoteListener

public org.jflux.api.core.Listener<T> getRemoteListener()

getLocalNotifier

public org.jflux.api.core.Notifier<T> getLocalNotifier()

getRemoteNotifier

public org.jflux.api.core.Notifier<T> getRemoteNotifier()


Copyright © 2011-2013. All Rights Reserved.