pivot.wtk
Class RollupStateListener.Adapter
java.lang.Object
pivot.wtk.RollupStateListener.Adapter
- All Implemented Interfaces:
- RollupStateListener
- Enclosing interface:
- RollupStateListener
public static class RollupStateListener.Adapter
- extends Object
- implements RollupStateListener
Adapts the RollupStateListener interface.
- Author:
- tvolkert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RollupStateListener.Adapter
public RollupStateListener.Adapter()
previewExpandedChange
public Vote previewExpandedChange(Rollup rollup)
- Description copied from interface:
RollupStateListener
- Called to preview a rollup expansion event.
- Specified by:
previewExpandedChange
in interface RollupStateListener
expandedChangeVetoed
public void expandedChangeVetoed(Rollup rollup,
Vote reason)
- Description copied from interface:
RollupStateListener
- Called when a rollup expansion event has been vetoed.
- Specified by:
expandedChangeVetoed
in interface RollupStateListener
expandedChanged
public void expandedChanged(Rollup rollup)
- Description copied from interface:
RollupStateListener
- Called when a rollup's expanded state changed.
- Specified by:
expandedChanged
in interface RollupStateListener