public interface Activatable
Modifier and Type | Method and Description |
---|---|
Action |
getRelatedAction()
Get the Action that is triggered when this Activatable is activated, if
any.
|
void |
setRelatedAction(Action action)
Set the Action that is triggered when this Activatable is activated.
|
Action getRelatedAction()
void setRelatedAction(Action action)
This replaced Action's connectProxy().