pivot.wtk
Class BorderListener.Adapter
java.lang.Object
pivot.wtk.BorderListener.Adapter
- All Implemented Interfaces:
- BorderListener
- Enclosing interface:
- BorderListener
public static class BorderListener.Adapter
- extends Object
- implements BorderListener
Adapts the BorderListener interface.
- Author:
- tvolkert
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