Groovy Documentation

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

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

public class TextInputSelectionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure selectionChanged

 
Constructor Summary
TextInputSelectionAdapter()

 
Method Summary
Closure getSelectionChanged()

void selectionChanged(org.apache.pivot.wtk.TextInput 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

TextInputSelectionAdapter

TextInputSelectionAdapter()


 
Method Detail

getSelectionChanged

public Closure getSelectionChanged()


selectionChanged

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


setSelectionChanged

public void setSelectionChanged(Closure selectionChanged)


 

Groovy Documentation