public final class EventBus extends Object
AopContext.beanLoaded()
SolonApp.onEvent(Class, EventListener)
EventBus()
static void
push(Object event)
pushAsyn(Object event)
static <T> void
subscribe(Class<T> eventType, EventListener<T> handler)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EventBus()
public static void pushAsyn(Object event)
public static void push(Object event)
public static <T> void subscribe(Class<T> eventType, EventListener<T> handler)
Copyright © 2021. All rights reserved.