org.apache.pivot.wtk
Class RollupStateListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.RollupStateListener.Adapter
All Implemented Interfaces:
RollupStateListener
Enclosing interface:
RollupStateListener

public static class RollupStateListener.Adapter
extends Object
implements RollupStateListener

Rollup state listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.RollupStateListener
RollupStateListener.Adapter
 
Constructor Summary
RollupStateListener.Adapter()
           
 
Method Summary
 void expandedChanged(Rollup rollup)
          Called when a rollup's expanded state changed.
 void expandedChangeVetoed(Rollup rollup, Vote reason)
          Called when a rollup expansion event has been vetoed.
 Vote previewExpandedChange(Rollup rollup)
          Called to preview a rollup expansion event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RollupStateListener.Adapter

public RollupStateListener.Adapter()
Method Detail

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