net.sourceforge.java.feednread.frontend.components.tabbar
Class InternalBrowser.StatusBarHandler

java.lang.Object
  extended bynet.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


Constructor Summary
private InternalBrowser.StatusBarHandler()
           
 
Method Summary
 void changed(StatusTextEvent event)
           This method is called when the status text is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalBrowser.StatusBarHandler

private InternalBrowser.StatusBarHandler()
Method Detail

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:

Specified by:
changed in interface StatusTextListener
Parameters:
event - the StatusTextEvent that contains the updated status description of this InternalBrowser