|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for the role of interactor (interaction actor), with the interaction state publicly delegated to an InteractorState. If associated with graphic entities, an interactor's state determines its interactive control behavior (e.g. slide, rotate, edit, delete) and feedback presentation (visual, aural, tactile, etc.).
Determination of individual and group interaction state is beyond the scope of an interactor. Instead, such responsibility is left to interaction managers, which accept interactive inputs (mouse, keyboard, etc.) and model updates (aspect models, etc.), and generate an appropriate interaction state for the target interactors.
Method Summary | |
InteractorState |
getInteractorState()
Gets the interactor state value for this interactor. |
Method Detail |
public InteractorState getInteractorState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |