mennov1
Class EventBus
java.lang.Object
mennov1.EventBus
public class EventBus
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static EventBus getInstance()
addListener
public void addListener(Listener l)
removeListener
public void removeListener(Listener l)
removeAllBots
public java.lang.Boolean removeAllBots(java.lang.String name)
countBots
public int countBots()
listBots
public java.lang.String listBots()
event
public void event(java.util.EventObject e)
listClients
public java.lang.String listClients()