Groovy Documentation

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

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

public class ActionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure enabledChanged

 
Constructor Summary
ActionAdapter()

 
Method Summary
void enabledChanged(org.apache.pivot.wtk.Action arg0)

Closure getEnabledChanged()

void setEnabledChanged(Closure enabledChanged)

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

Field Detail

enabledChanged

private Closure enabledChanged


 
Constructor Detail

ActionAdapter

ActionAdapter()


 
Method Detail

enabledChanged

public void enabledChanged(org.apache.pivot.wtk.Action arg0)


getEnabledChanged

public Closure getEnabledChanged()


setEnabledChanged

public void setEnabledChanged(Closure enabledChanged)


 

Groovy Documentation