public class TreeViewNodeStateAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TreeViewNodeStateListener
| Constructor and Description | 
|---|
TreeViewNodeStateAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
CallableWithArgs<Void> | 
getNodeCheckStateChanged()  | 
void | 
nodeCheckStateChanged(org.apache.pivot.wtk.TreeView arg0,
                     org.apache.pivot.collections.Sequence.Tree.Path arg1,
                     org.apache.pivot.wtk.TreeView.NodeCheckState arg2)  | 
void | 
setNodeCheckStateChanged(CallableWithArgs<Void> nodeCheckStateChanged)  | 
public CallableWithArgs<Void> getNodeCheckStateChanged()
public void setNodeCheckStateChanged(CallableWithArgs<Void> nodeCheckStateChanged)
public void nodeCheckStateChanged(org.apache.pivot.wtk.TreeView arg0,
                                  org.apache.pivot.collections.Sequence.Tree.Path arg1,
                                  org.apache.pivot.wtk.TreeView.NodeCheckState arg2)
nodeCheckStateChanged in interface org.apache.pivot.wtk.TreeViewNodeStateListener