public interface IlpActionEventFactory
An action event is created when a gesture has been recognized and has
an associated action. The created ActionEvent
will be passed
to the action when it is triggered.
Modifier and Type | Method and Description |
---|---|
ActionEvent |
create(Action action,
IlpInteractionContext ctxt,
IlpInteractionState state,
int modifiers)
Returns an action event.
|
ActionEvent create(Action action, IlpInteractionContext ctxt, IlpInteractionState state, int modifiers)
This method is called whenever a gesture has been recognized and has
an associated action. The created ActionEvent
will be passed
to the action when it is triggered.
action
- The action that is about to be triggered.ctxt
- The context where the event occurred.state
- The state of the interaction.modifiers
- The modifiers associated with the recognized gesture.IlpAbstractInteractor.createActionEvent(ilog.cpl.interactor.IlpInteractionContext, ilog.cpl.interactor.IlpInteractionState, int)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.