pivot.wtk
Class AccordionListener.Adapter

java.lang.Object
  extended by pivot.wtk.AccordionListener.Adapter
All Implemented Interfaces:
AccordionListener
Enclosing interface:
AccordionListener

public static class AccordionListener.Adapter
extends Object
implements AccordionListener

Adapts the AccordionListener interface.

Author:
tvolkert

Nested Class Summary
 
Nested classes/interfaces inherited from interface pivot.wtk.AccordionListener
AccordionListener.Adapter
 
Constructor Summary
AccordionListener.Adapter()
           
 
Method Summary
 void panelInserted(Accordion accordion, int index)
          Called when a panel has been inserted into a accordion's panel sequence.
 void panelsRemoved(Accordion accordion, int index, Sequence<Component> removed)
          Called when a panel has been removed from an accordion's panel sequence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccordionListener.Adapter

public AccordionListener.Adapter()
Method Detail

panelInserted

public void panelInserted(Accordion accordion,
                          int index)
Description copied from interface: AccordionListener
Called when a panel has been inserted into a accordion's panel sequence.

Specified by:
panelInserted in interface AccordionListener

panelsRemoved

public void panelsRemoved(Accordion accordion,
                          int index,
                          Sequence<Component> removed)
Description copied from interface: AccordionListener
Called when a panel has been removed from an accordion's panel sequence.

Specified by:
panelsRemoved in interface AccordionListener