|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
public interface Gesture<T>
Gesture interface to be implemented by any gesture handling component.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||