public abstract class Event<H extends EventHandler> extends Object
protected EventType<H>
type
protected
Event(EventType<H> type)
protected abstract void
dispatch(H handler)
Object
getSource()
EventType<H>
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final EventType<H extends EventHandler> type
protected Event(EventType<H> type)
protected abstract void dispatch(H handler)
public Object getSource()
public EventType<H> getType()
Copyright © 2008–2015 Tigase. All rights reserved.