pivot.wtk
Class ComponentStateListener.Adapter

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface pivot.wtk.ComponentStateListener
ComponentStateListener.Adapter
 
Constructor Summary
ComponentStateListener.Adapter()
           
 
Method Summary
 void enabledChanged(Component component)
          Called when a component's enabled state has changed.
 void focusedChanged(Component component, boolean temporary)
          Called when a component's focused state has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentStateListener.Adapter

public ComponentStateListener.Adapter()
Method Detail

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