Groovy Documentation

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

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

public class LabelAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure textChanged

 
Constructor Summary
LabelAdapter()

 
Method Summary
Closure getTextChanged()

void setTextChanged(Closure textChanged)

void textChanged(org.apache.pivot.wtk.Label arg0, String arg1)

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

Field Detail

textChanged

private Closure textChanged


 
Constructor Detail

LabelAdapter

LabelAdapter()


 
Method Detail

getTextChanged

public Closure getTextChanged()


setTextChanged

public void setTextChanged(Closure textChanged)


textChanged

public void textChanged(org.apache.pivot.wtk.Label arg0, String arg1)


 

Groovy Documentation