public class TextAreaSelectionAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TextAreaSelectionListener
| Constructor and Description | 
|---|
| TextAreaSelectionAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| CallableWithArgs<Void> | getSelectionChanged() | 
| void | selectionChanged(org.apache.pivot.wtk.TextArea 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.TextArea arg0,
                             int arg1,
                             int arg2)
selectionChanged in interface org.apache.pivot.wtk.TextAreaSelectionListener