|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ButtonBindingListener
Button binding listener interface.
Nested Class Summary | |
---|---|
static class |
ButtonBindingListener.Adapter
Button binding listener adapter. |
Method Summary | |
---|---|
void |
selectedBindMappingChanged(Button button,
Button.SelectedBindMapping previousSelectedBindMapping)
Called when a button's selected bind mapping has changed. |
void |
selectedBindTypeChanged(Button button,
BindType previousSelectedBindType)
Called when a button's selected bind type has changed. |
void |
selectedKeyChanged(Button button,
String previousSelectedKey)
Called when a button's selected key has changed. |
void |
stateBindMappingChanged(Button button,
Button.StateBindMapping previousStateBindMapping)
Called when a button's state bind mapping has changed. |
void |
stateBindTypeChanged(Button button,
BindType previousStateBindType)
Called when a button's state bind type has changed. |
void |
stateKeyChanged(Button button,
String previousStateKey)
Called when a button's state key has changed. |
Method Detail |
---|
void selectedKeyChanged(Button button, String previousSelectedKey)
button
- previousSelectedKey
- void selectedBindTypeChanged(Button button, BindType previousSelectedBindType)
button
- previousSelectedBindType
- void selectedBindMappingChanged(Button button, Button.SelectedBindMapping previousSelectedBindMapping)
button
- previousSelectedBindMapping
- void stateKeyChanged(Button button, String previousStateKey)
button
- previousStateKey
- void stateBindTypeChanged(Button button, BindType previousStateBindType)
button
- previousStateBindType
- void stateBindMappingChanged(Button button, Button.StateBindMapping previousStateBindMapping)
button
- previousStateBindMapping
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |