|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpActionEventFactory
This interface represents a factory used to create action events.
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.
IlpAbstractInteractor.setActionEventFactory(ilog.cpl.interactor.IlpActionEventFactory),
IlpAbstractInteractor.createActionEvent(ilog.cpl.interactor.IlpInteractionContext, ilog.cpl.interactor.IlpInteractionState, int)| Method Summary | |
|---|---|
ActionEvent |
create(Action action,
IlpInteractionContext ctxt,
IlpInteractionState state,
int modifiers)
Returns an action event. |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||