public abstract class IlpInteractorAction extends Object
The role of this class is to provide support to define interactors using CSS.
Modifier | Constructor and Description |
---|---|
protected |
IlpInteractorAction()
Default constructor
|
protected |
IlpInteractorAction(Action a)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Action |
getAction()
Returns the action that will be executed when either the key stroke
or the gesture are identified by the interactor.
|
void |
setAction(Action a)
Defines the action that will be executed when either the key stroke
or the gesture are identified by the interactor.
|
protected IlpInteractorAction()
protected IlpInteractorAction(Action a)
a
- Action that shall be triggered by an interactor© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.