|
||||||||||
| 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 |
buttonDataBindMappingChanged(Button button,
Button.ButtonDataBindMapping previousButtonDataBindMapping)
Called when a button's buttonData bind mapping has changed. |
void |
buttonDataBindTypeChanged(Button button,
BindType previousButtonDataBindType)
Called when a button's buttonData bind type has changed. |
void |
buttonDataKeyChanged(Button button,
String previousButtonDataKey)
Called when a button's buttonData key has changed. |
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 buttonDataKeyChanged(Button button,
String previousButtonDataKey)
button - previousButtonDataKey -
void buttonDataBindTypeChanged(Button button,
BindType previousButtonDataBindType)
button - previousButtonDataBindType -
void buttonDataBindMappingChanged(Button button,
Button.ButtonDataBindMapping previousButtonDataBindMapping)
button - previousButtonDataBindMapping -
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 | |||||||||