public abstract class BaseHandler<T extends IEvent> extends Object implements IHandler<IEvent>
BaseHandler()
void
handler(IEvent event)
abstract void
handler0(T event)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseHandler()
public void handler(IEvent event)
handler
IHandler<IEvent>
public abstract void handler0(T event)
Copyright © 2021. All rights reserved.