public interface Gesture<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Visitor implementation.
|
T |
getGesture()
Returns the gesture.
|
String |
getName()
Returns the name of the gesture.
|
GestureDevice<?,?> |
getSource()
Get the source device of the gesture.
|
void |
setName(String name)
Sets the name of the gesture.
|
void |
setSource(GestureDevice<?,?> device)
Set the source device of the gesture.
|
T getGesture()
void setName(String name)
name - the name of the gesture.String getName()
void accept(Visitor visitor)
visitor - the visitor.GestureDevice<?,?> getSource()
void setSource(GestureDevice<?,?> device)
device - The source device.Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.