public class InteractionMode
extends java.lang.Object
Constructor and Description |
---|
InteractionMode(InputHandler[] handlers)
Constructs the interaction mode by given inputhandlers.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Clean up this interaction mode.
|
InputHandler[] |
getHandlers()
Get the mode input handlers.
|
void |
init()
Initialize this interaction mode.
|
public InteractionMode(InputHandler[] handlers)
handlers
- the input handlers.public InputHandler[] getHandlers()
public void init()
public void cleanup()
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.