public interface ButtonComponentListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
customDraw(java.lang.Object sender,
ButtonDrawEventArgs e)
Raised when the button is drawn to allow for custom drawing.
|
void |
repeatEnded(java.lang.Object sender,
ComponentEvent e)
Raised when a repeat button has been released.
|
void repeatEnded(java.lang.Object sender, ComponentEvent e)
sender
- The button that raises the event.e
- An object providing information about the event.void customDraw(java.lang.Object sender, ButtonDrawEventArgs e)
sender
- The button that raises the event.e
- An object providing information about the event.