|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.cursorsystem.elements.MultiTouchButtonAdapter
public class MultiTouchButtonAdapter
The Class MultiTouchButtonAdapter.
Constructor Summary | |
---|---|
MultiTouchButtonAdapter()
|
Method Summary | |
---|---|
void |
buttonClicked(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
Button clicked. |
void |
buttonDragged(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
Button dragged. |
void |
buttonPressed(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
Button pressed. |
void |
buttonReleased(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
Button released. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiTouchButtonAdapter()
Method Detail |
---|
public void buttonClicked(MultiTouchButton button, ScreenCursor c, MultiTouchCursorEvent event)
MultiTouchButton.MultiTouchButtonListener
buttonClicked
in interface MultiTouchButton.MultiTouchButtonListener
button
- the buttonc
- the cevent
- the eventpublic void buttonDragged(MultiTouchButton button, ScreenCursor c, MultiTouchCursorEvent event)
MultiTouchButton.MultiTouchButtonListener
buttonDragged
in interface MultiTouchButton.MultiTouchButtonListener
button
- the buttonc
- the cevent
- the eventpublic void buttonPressed(MultiTouchButton button, ScreenCursor c, MultiTouchCursorEvent event)
MultiTouchButton.MultiTouchButtonListener
buttonPressed
in interface MultiTouchButton.MultiTouchButtonListener
button
- the buttonc
- the cevent
- the eventpublic void buttonReleased(MultiTouchButton button, ScreenCursor c, MultiTouchCursorEvent event)
MultiTouchButton.MultiTouchButtonListener
buttonReleased
in interface MultiTouchButton.MultiTouchButtonListener
button
- the buttonc
- the cevent
- the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |