Groovy Documentation

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

java.lang.Object
  griffon.pivot.support.adapters.ComponentNodeAdapter
All Implemented Interfaces:
org.apache.pivot.wtk.text.ComponentNodeListener, GriffonPivotAdapter

public class ComponentNodeAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure componentChanged

 
Constructor Summary
ComponentNodeAdapter()

 
Method Summary
void componentChanged(org.apache.pivot.wtk.text.ComponentNode arg0, org.apache.pivot.wtk.Component arg1)

Closure getComponentChanged()

void setComponentChanged(Closure componentChanged)

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

Field Detail

componentChanged

private Closure componentChanged


 
Constructor Detail

ComponentNodeAdapter

ComponentNodeAdapter()


 
Method Detail

componentChanged

public void componentChanged(org.apache.pivot.wtk.text.ComponentNode arg0, org.apache.pivot.wtk.Component arg1)


getComponentChanged

public Closure getComponentChanged()


setComponentChanged

public void setComponentChanged(Closure componentChanged)


 

Groovy Documentation