public interface ActionIF
| Modifier and Type | Method and Description |
|---|---|
void |
addTrigger(TriggerIF t) |
void |
execute(TriggerIF ti,
Object widgetEvent)
Executes the action.
|
void |
removeTrigger(TriggerIF t) |
void execute(TriggerIF ti, Object widgetEvent)
ti - The trigger that's calling for the execution of the action.widgetEvent - The event that triggered the action. This is implementation specific.void addTrigger(TriggerIF t)
void removeTrigger(TriggerIF t)
Copyright © 2019. All rights reserved.