pivot.wtk
Class ComponentStateListener.Adapter
java.lang.Object
pivot.wtk.ComponentStateListener.Adapter
- All Implemented Interfaces:
- ComponentStateListener
- Enclosing interface:
- ComponentStateListener
public static class ComponentStateListener.Adapter
- extends Object
- implements ComponentStateListener
Adapts the ComponentStateListener interface.
- Author:
- tvolkert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentStateListener.Adapter
public ComponentStateListener.Adapter()
enabledChanged
public void enabledChanged(Component component)
- Description copied from interface:
ComponentStateListener
- Called when a component's enabled state has changed.
- Specified by:
enabledChanged
in interface ComponentStateListener
focusedChanged
public void focusedChanged(Component component,
boolean temporary)
- Description copied from interface:
ComponentStateListener
- Called when a component's focused state has changed.
- Specified by:
focusedChanged
in interface ComponentStateListener