public class InputModeEventArgs extends Object implements IEventArgs
IInputMode implementations.EMPTY| Constructor and Description |
|---|
InputModeEventArgs(IInputModeContext context)
Initializes a new instance of the
InputModeEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
IInputModeContext |
getContext()
Gets the context for the current event.
|
public InputModeEventArgs(IInputModeContext context)
InputModeEventArgs class.context - The context to initialize the Context property with.public final IInputModeContext getContext()