T - The target typepublic abstract class ActionHook<T> extends Object implements Hookable<T>
| Constructor and Description |
|---|
ActionHook() |
| Modifier and Type | Method and Description |
|---|---|
G9Action<T> |
getCurrentAction()
Gets the current g9 action.
|
EventContext |
getEvent()
Get the event that triggered the current action.
|
String |
toString()
Returns the string representation of this action hook, containing the
current action name and target info.
|
public final G9Action<T> getCurrentAction()
public final EventContext getEvent()
Copyright © 2006–2017 Esito AS. All rights reserved.