synergynetframework.jme.cursorsystem.elements
Class MultiTouchButtonAdapter

java.lang.Object
  extended by synergynetframework.jme.cursorsystem.elements.MultiTouchButtonAdapter
All Implemented Interfaces:
MultiTouchButton.MultiTouchButtonListener

public class MultiTouchButtonAdapter
extends java.lang.Object
implements MultiTouchButton.MultiTouchButtonListener

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

MultiTouchButtonAdapter

public MultiTouchButtonAdapter()
Method Detail

buttonClicked

public void buttonClicked(MultiTouchButton button,
                          ScreenCursor c,
                          MultiTouchCursorEvent event)
Description copied from interface: MultiTouchButton.MultiTouchButtonListener
Button clicked.

Specified by:
buttonClicked in interface MultiTouchButton.MultiTouchButtonListener
Parameters:
button - the button
c - the c
event - the event

buttonDragged

public void buttonDragged(MultiTouchButton button,
                          ScreenCursor c,
                          MultiTouchCursorEvent event)
Description copied from interface: MultiTouchButton.MultiTouchButtonListener
Button dragged.

Specified by:
buttonDragged in interface MultiTouchButton.MultiTouchButtonListener
Parameters:
button - the button
c - the c
event - the event

buttonPressed

public void buttonPressed(MultiTouchButton button,
                          ScreenCursor c,
                          MultiTouchCursorEvent event)
Description copied from interface: MultiTouchButton.MultiTouchButtonListener
Button pressed.

Specified by:
buttonPressed in interface MultiTouchButton.MultiTouchButtonListener
Parameters:
button - the button
c - the c
event - the event

buttonReleased

public void buttonReleased(MultiTouchButton button,
                           ScreenCursor c,
                           MultiTouchCursorEvent event)
Description copied from interface: MultiTouchButton.MultiTouchButtonListener
Button released.

Specified by:
buttonReleased in interface MultiTouchButton.MultiTouchButtonListener
Parameters:
button - the button
c - the c
event - the event