org.robokind.api.common.utils
Class EventRepeater<Msg>
java.lang.Object
org.robokind.api.common.utils.EventRepeater<Msg>
- All Implemented Interfaces:
- org.jflux.api.core.Listener<Msg>
public class EventRepeater<Msg>
- extends Object
- implements org.jflux.api.core.Listener<Msg>
- Author:
- Matthew Stevenson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventRepeater
public EventRepeater()
handleEvent
public void handleEvent(Msg event)
- Specified by:
handleEvent
in interface org.jflux.api.core.Listener<Msg>
addListener
public void addListener(org.jflux.api.core.Listener<Msg> listener)
removeListener
public void removeListener(org.jflux.api.core.Listener<Msg> listener)
Copyright © 2011-2013. All Rights Reserved.