apps.threedbuttonsexperiment.gesture
Interface MultiTouchButtonPress.FreeButtonListener

Enclosing class:
MultiTouchButtonPress

public static interface MultiTouchButtonPress.FreeButtonListener

The listener interface for receiving freeButton events. The class that is interested in processing a freeButton event implements this interface, and the object created with that class is registered with a component using the component's addFreeButtonListener method. When the freeButton event occurs, that object's appropriate method is invoked.

See Also:
FreeButtonEvent

Method Summary
 void buttonPressed()
          Button pressed.
 void buttonReleased()
          Button released.
 

Method Detail

buttonPressed

void buttonPressed()
Button pressed.


buttonReleased

void buttonReleased()
Button released.