Groovy Documentation

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

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

public class TextAreaSelectionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure selectionChanged

 
Constructor Summary
TextAreaSelectionAdapter()

 
Method Summary
Closure getSelectionChanged()

void selectionChanged(org.apache.pivot.wtk.TextArea arg0, int arg1, int arg2)

void setSelectionChanged(Closure selectionChanged)

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

Field Detail

selectionChanged

private Closure selectionChanged


 
Constructor Detail

TextAreaSelectionAdapter

TextAreaSelectionAdapter()


 
Method Detail

getSelectionChanged

public Closure getSelectionChanged()


selectionChanged

public void selectionChanged(org.apache.pivot.wtk.TextArea arg0, int arg1, int arg2)


setSelectionChanged

public void setSelectionChanged(Closure selectionChanged)


 

Groovy Documentation