public class ButtonPadAdapter extends java.lang.Object implements ButtonPadListener
Constructor and Description |
---|
ButtonPadAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
buttonClicked(ButtonPadEvent evt)
Invoked when a button has been clicked (pressed and released) on a
button pad
|
void |
buttonPressed(ButtonPadEvent evt)
Invoked when a mouse button has been pressed on a component.
|
void |
buttonReleased(ButtonPadEvent evt)
Invoked when a mouse button has been released on a component.
|
public void buttonClicked(ButtonPadEvent evt)
buttonClicked
in interface ButtonPadListener
evt
- the ButtonPadEventpublic void buttonPressed(ButtonPadEvent evt)
buttonPressed
in interface ButtonPadListener
evt
- the ButtonPadEventpublic void buttonReleased(ButtonPadEvent evt)
buttonReleased
in interface ButtonPadListener
evt
- the ButtonPadEvent