org.apache.pivot.wtk
Class BorderListener.Adapter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BorderListener.Adapter
public BorderListener.Adapter()
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