org.apache.pivot.wtk
Class ComponentDecoratorListener.Adapter
java.lang.Object
org.apache.pivot.wtk.ComponentDecoratorListener.Adapter
- All Implemented Interfaces:
- ComponentDecoratorListener
- Enclosing interface:
- ComponentDecoratorListener
public static class ComponentDecoratorListener.Adapter
- extends Object
- implements ComponentDecoratorListener
Component decorator list adapter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDecoratorListener.Adapter
public ComponentDecoratorListener.Adapter()
decoratorInserted
public void decoratorInserted(Component component,
int index)
- Description copied from interface:
ComponentDecoratorListener
- Called when a decorator has been inserted into a component's decorator
sequence.
- Specified by:
decoratorInserted
in interface ComponentDecoratorListener
decoratorUpdated
public void decoratorUpdated(Component component,
int index,
Decorator previousDecorator)
- Description copied from interface:
ComponentDecoratorListener
- Called when a decorator has been updated in a component's decorator
sequence.
- Specified by:
decoratorUpdated
in interface ComponentDecoratorListener
decoratorsRemoved
public void decoratorsRemoved(Component component,
int index,
Sequence<Decorator> decorators)
- Description copied from interface:
ComponentDecoratorListener
- Called when decorators have been removed from a component's decorator
sequence.
- Specified by:
decoratorsRemoved
in interface ComponentDecoratorListener