Search
ButtonComponentAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the ButtonComponentListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ButtonComponentListener.

The following tables list the members exposed by the ButtonComponentAdapter type.

 Public Constructors

  Name Description

ButtonComponentAdapter

 

 Public Methods

  Name Description

customDraw

Raised when the button is drawn to allow for custom drawing.

repeatEnded

Raised when a repeat button has been released.

 See Also