public class ComponentDataAdapter extends Object implements GriffonPivotAdapter, ComponentDataListener
ComponentDataListener.Adapter
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(Component arg0,
String arg1) |
void |
valueRemoved(Component arg0,
String arg1,
Object arg2) |
void |
valueUpdated(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(Component arg0, String arg1)
valueAdded
in interface ComponentDataListener
public void valueUpdated(Component arg0, String arg1, Object arg2)
valueUpdated
in interface ComponentDataListener
public void valueRemoved(Component arg0, String arg1, Object arg2)
valueRemoved
in interface ComponentDataListener