|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ButtonListenerInterface
ButtonListenerInterface is an interface used to listen for user events on a button component
and change the state of a specific ButtonModelInterface object. The button component
would be a listener on the ButtonModelInterface object and would forward the state changes
of the ButtonModelInterface to the user.
BaseButton
,
ButtonModelInterface
Method Summary | |
---|---|
ButtonModelInterface |
getButtonModel()
Get the ButtonModelInterface object associated with this ButtonListenerInterface |
void |
setButtonModel(ButtonModelInterface btnModel)
Set the ButtonModelInterface object associated with this ButtonListenerInterface |
Method Detail |
---|
ButtonModelInterface getButtonModel()
void setButtonModel(ButtonModelInterface btnModel)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |