org.apache.pivot.wtk
Class AccordionAttributeListener.Adapter

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

public static class AccordionAttributeListener.Adapter
extends Object
implements AccordionAttributeListener

Accordion attribute listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.AccordionAttributeListener
AccordionAttributeListener.Adapter
 
Constructor Summary
AccordionAttributeListener.Adapter()
           
 
Method Summary
 void iconChanged(Accordion accordion, Component component, Image previousIcon)
          Called when a panel's icon attribute has changed.
 void labelChanged(Accordion accordion, Component component, String previousLabel)
          Called when a panel's label attribute has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccordionAttributeListener.Adapter

public AccordionAttributeListener.Adapter()
Method Detail

labelChanged

public void labelChanged(Accordion accordion,
                         Component component,
                         String previousLabel)
Description copied from interface: AccordionAttributeListener
Called when a panel's label attribute has changed.

Specified by:
labelChanged in interface AccordionAttributeListener

iconChanged

public void iconChanged(Accordion accordion,
                        Component component,
                        Image previousIcon)
Description copied from interface: AccordionAttributeListener
Called when a panel's icon attribute has changed.

Specified by:
iconChanged in interface AccordionAttributeListener