public class UIFireAppEventAction extends Object implements UIListenerAction
| Constructor and Description |
|---|
UIFireAppEventAction(UIComponent scope,
Variant.RecordVariant definition,
UIListener owner)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processAction(UIScreen screen)
Invokes the action on the screen.
|
public UIFireAppEventAction(UIComponent scope, Variant.RecordVariant definition, UIListener owner)
scope - not nulldefinition - definition of the listener action. Not null. Must be a subtype of ui::Action.owner - the owner listener which produced this action, not null.public void processAction(UIScreen screen)
UIListenerActionprocessAction in interface UIListenerActionscreen - the screen reference, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.