public class ComponentDataAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ComponentDataListener
Constructor and Description |
---|
ComponentDataAdapter() |
Modifier and Type | Method and Description |
---|---|
CallableWithArgs<Void> |
getValueAdded() |
CallableWithArgs<Void> |
getValueRemoved() |
CallableWithArgs<Void> |
getValueUpdated() |
void |
setValueAdded(CallableWithArgs<Void> valueAdded) |
void |
setValueRemoved(CallableWithArgs<Void> valueRemoved) |
void |
setValueUpdated(CallableWithArgs<Void> valueUpdated) |
void |
valueAdded(org.apache.pivot.wtk.Component arg0,
String arg1) |
void |
valueRemoved(org.apache.pivot.wtk.Component arg0,
String arg1,
Object arg2) |
void |
valueUpdated(org.apache.pivot.wtk.Component arg0,
String arg1,
Object arg2) |
public CallableWithArgs<Void> getValueAdded()
public CallableWithArgs<Void> getValueUpdated()
public CallableWithArgs<Void> getValueRemoved()
public void setValueAdded(CallableWithArgs<Void> valueAdded)
public void setValueUpdated(CallableWithArgs<Void> valueUpdated)
public void setValueRemoved(CallableWithArgs<Void> valueRemoved)
public void valueAdded(org.apache.pivot.wtk.Component arg0, String arg1)
valueAdded
in interface org.apache.pivot.wtk.ComponentDataListener
public void valueUpdated(org.apache.pivot.wtk.Component arg0, String arg1, Object arg2)
valueUpdated
in interface org.apache.pivot.wtk.ComponentDataListener