public class ButtonStateAdapter extends java.lang.Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ButtonStateListener
| Constructor and Description |
|---|
ButtonStateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
CallableWithArgs<java.lang.Void> |
getStateChanged() |
void |
setStateChanged(CallableWithArgs<java.lang.Void> stateChanged) |
void |
stateChanged(org.apache.pivot.wtk.Button arg0,
org.apache.pivot.wtk.Button.State arg1) |
public CallableWithArgs<java.lang.Void> getStateChanged()
public void setStateChanged(CallableWithArgs<java.lang.Void> stateChanged)
public void stateChanged(org.apache.pivot.wtk.Button arg0,
org.apache.pivot.wtk.Button.State arg1)
stateChanged in interface org.apache.pivot.wtk.ButtonStateListener