public interface UiHandlerActionApply extends UiHandlerAction
UiHandlerAction
for the action apply
.Modifier and Type | Method and Description |
---|---|
void |
onApply(UiEvent event)
This method is invoked for the action apply.
|
void onApply(UiEvent event)
submit
but submit often indicates that a change is send to
the server while apply typically makes the change take effect visible locally.event
- is the UiEvent
that triggered this action.Copyright © 2001–2016 mmm-Team. All rights reserved.