public interface UiActionListener
Modifier and Type | Field and Description |
---|---|
static UiActionListener |
PROCEED_ALL |
Modifier and Type | Method and Description |
---|---|
void |
onUiAction(UiAction action,
UiAction.Pending pendingAction)
Called before action is executed.
|
static final UiActionListener PROCEED_ALL
void onUiAction(UiAction action, UiAction.Pending pendingAction)
action
- action user is going to perform.pendingAction
- pending action, call UiAction.Pending.proceed()
if you want to allow it.(c) Copyright GetSocial BV, 2018. All Rights Reserved.