org.apache.pivot.wtk
Class ComponentStateListener.Adapter

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

public static class ComponentStateListener.Adapter
extends Object
implements ComponentStateListener

Component state listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.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, Component obverseComponent)
          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,
                           Component obverseComponent)
Description copied from interface: ComponentStateListener
Called when a component's focused state has changed.

Specified by:
focusedChanged in interface ComponentStateListener