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