public interface ButtonPadListener
extends java.util.EventListener
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.
|
void buttonClicked(ButtonPadEvent evt)
evt
- the ButtonPadEventvoid buttonPressed(ButtonPadEvent evt)
evt
- the ButtonPadEventvoid buttonReleased(ButtonPadEvent evt)
evt
- the ButtonPadEvent