org.apache.pivot.wtk
Class AccordionAttributeListener.Adapter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccordionAttributeListener.Adapter
public AccordionAttributeListener.Adapter()
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