Groovy Documentation

griffon.pivot.support.adapters
[Java] Class ButtonStateAdapter

java.lang.Object
  griffon.pivot.support.adapters.ButtonStateAdapter
All Implemented Interfaces:
org.apache.pivot.wtk.ButtonStateListener, GriffonPivotAdapter

public class ButtonStateAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure stateChanged

 
Constructor Summary
ButtonStateAdapter()

 
Method Summary
Closure getStateChanged()

void setStateChanged(Closure stateChanged)

void stateChanged(org.apache.pivot.wtk.Button arg0, org.apache.pivot.wtk.Button$State arg1)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

stateChanged

private Closure stateChanged


 
Constructor Detail

ButtonStateAdapter

ButtonStateAdapter()


 
Method Detail

getStateChanged

public Closure getStateChanged()


setStateChanged

public void setStateChanged(Closure stateChanged)


stateChanged

public void stateChanged(org.apache.pivot.wtk.Button arg0, org.apache.pivot.wtk.Button$State arg1)


 

Groovy Documentation