T - The target class the actions in this list operates onpublic class ActionHookList<T> extends Object
| Constructor and Description |
|---|
ActionHookList() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionHook<T>> |
getHooks() |
protected void |
removeCurrentAction(G9Action<T> action)
Remove the given action from hooks in the list.
|
protected void |
setCurrentAction(G9Action<T> currentAction)
Set the current G9 action for hooks in the list.
|
public List<ActionHook<T>> getHooks()
protected void setCurrentAction(G9Action<T> currentAction) throws InterruptedException
currentAction - the action to associate with this hookInterruptedException - if interrupted while blocking.protected void removeCurrentAction(G9Action<T> action) throws InterruptedException
action - The action to remove from the hooksInterruptedException - if interrupted while blockingCopyright © 2006–2020 Esito AS. All rights reserved.