net.sourceforge.java.feednread.frontend.components.tabbar
Class InternalBrowser.StatusBarHandler
java.lang.Object
net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.StatusBarHandler
- All Implemented Interfaces:
- EventListener, StatusTextListener, SWTEventListener
- Enclosing class:
- InternalBrowser
- private class InternalBrowser.StatusBarHandler
- extends Object
- implements StatusTextListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalBrowser.StatusBarHandler
private InternalBrowser.StatusBarHandler()
changed
public void changed(StatusTextEvent event)
This method is called when the status text is changed. The
status text is typically displayed in the status bar of a browser
application.
The following fields in the StatusTextEvent apply:
- (in) text the modified status text
- (in) widget the
InternalBrowser whose status text
is changed
- Specified by:
changed in interface StatusTextListener
- Parameters:
event - the StatusTextEvent that contains the
updated status description of this InternalBrowser