public interface Event<H extends EventHandler>
Modifier and Type | Interface and Description |
---|---|
static class |
Event.Type<H> |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(H handler) |
Event.Type<H> |
getEventType() |
Event.Type<H> getEventType()
void dispatch(H handler)
Copyright © 2017. All rights reserved.