public class TextInputSelectionAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TextInputSelectionListener
Constructor and Description |
---|
TextInputSelectionAdapter() |
Modifier and Type | Method and Description |
---|---|
CallableWithArgs<Void> |
getSelectionChanged() |
void |
selectionChanged(org.apache.pivot.wtk.TextInput arg0,
int arg1,
int arg2) |
void |
setSelectionChanged(CallableWithArgs<Void> selectionChanged) |
public CallableWithArgs<Void> getSelectionChanged()
public void setSelectionChanged(CallableWithArgs<Void> selectionChanged)
public void selectionChanged(org.apache.pivot.wtk.TextInput arg0, int arg1, int arg2)
selectionChanged
in interface org.apache.pivot.wtk.TextInputSelectionListener