public class EventBus extends Object
EventBus()
boolean
post(Event event)
void
register(Object target)
unregister(Object object)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EventBus()
public void register(Object target)
public void unregister(Object object)
public boolean post(Event event)