org.apache.pivot.wtk
Class BorderListener.Adapter

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

public static class BorderListener.Adapter
extends Object
implements BorderListener

Border listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.BorderListener
BorderListener.Adapter
 
Constructor Summary
BorderListener.Adapter()
           
 
Method Summary
 void contentChanged(Border border, Component previousContent)
          Called when a border's content component has changed.
 void titleChanged(Border border, String previousTitle)
          Called when a border's title has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderListener.Adapter

public BorderListener.Adapter()
Method Detail

titleChanged

public void titleChanged(Border border,
                         String previousTitle)
Description copied from interface: BorderListener
Called when a border's title has changed.

Specified by:
titleChanged in interface BorderListener

contentChanged

public void contentChanged(Border border,
                           Component previousContent)
Description copied from interface: BorderListener
Called when a border's content component has changed.

Specified by:
contentChanged in interface BorderListener