public class RollupStateAdapter extends Object implements GriffonPivotAdapter, RollupStateListener
RollupStateListener.Adapter
Constructor and Description |
---|
RollupStateAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
expandedChanged(Rollup arg0) |
void |
expandedChangeVetoed(Rollup arg0,
Vote arg1) |
CallableWithArgs<Void> |
getExpandedChanged() |
CallableWithArgs<Void> |
getExpandedChangeVetoed() |
CallableWithArgs<Vote> |
getPreviewExpandedChange() |
Vote |
previewExpandedChange(Rollup arg0) |
void |
setExpandedChanged(CallableWithArgs<Void> expandedChanged) |
void |
setExpandedChangeVetoed(CallableWithArgs<Void> expandedChangeVetoed) |
void |
setPreviewExpandedChange(CallableWithArgs<Vote> previewExpandedChange) |
public CallableWithArgs<Vote> getPreviewExpandedChange()
public CallableWithArgs<Void> getExpandedChangeVetoed()
public CallableWithArgs<Void> getExpandedChanged()
public void setPreviewExpandedChange(CallableWithArgs<Vote> previewExpandedChange)
public void setExpandedChangeVetoed(CallableWithArgs<Void> expandedChangeVetoed)
public void setExpandedChanged(CallableWithArgs<Void> expandedChanged)
public Vote previewExpandedChange(Rollup arg0)
previewExpandedChange
in interface RollupStateListener
public void expandedChangeVetoed(Rollup arg0, Vote arg1)
expandedChangeVetoed
in interface RollupStateListener
public void expandedChanged(Rollup arg0)
expandedChanged
in interface RollupStateListener