public final class XEventBus extends Object
XEventBus()
static void
push(Object event)
static <T> void
subscribe(Class<T> eventType, XEventListener<T> handler)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XEventBus()
public static void push(Object event)
public static <T> void subscribe(Class<T> eventType, XEventListener<T> handler)
Copyright © 2020. All rights reserved.