H - handler type.public abstract class Event<H extends EventHandler> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Event() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
dispatch(H handler)
Invokes handlers method.
|
Object |
getSource()
Returns events source.
|
Copyright © 2006–2015 Tigase. All rights reserved.