public abstract class Event<H extends EventHandler> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Event(EventType<H> type) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
dispatch(H handler) |
Object |
getSource() |
EventType<H> |
getType() |
Copyright © 2008–2017 Tigase. All rights reserved.