public static class EventListener.Event<T> extends Object
| Constructor and Description |
|---|
Event(EventTypes<T> type) |
Event(EventTypes<T> type,
T hook) |
| Modifier and Type | Method and Description |
|---|---|
T |
hook() |
long |
inception() |
boolean |
is(EventTypes type) |
String |
name() |
EventTypes<T> |
type() |
public Event(EventTypes<T> type)
public Event(EventTypes<T> type, T hook)
public long inception()
public String name()
public boolean is(EventTypes type)
public T hook()
public EventTypes<T> type()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.