-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bind(UiAction action, UiAbstractButton button)
static UiActionBinding
get()
-
-
-
Method Detail
-
bind
void bind(UiAction action, UiAbstractButton button)
- Parameters:
action
- theUiAction
to bind.button
- theUiAbstractButton
to bind the action to.
-
get
static UiActionBinding get()
- Returns:
- the singleton instance of this
UiActionBinding
.
-
-