Eclipse Platform
Release 3.0

org.eclipse.swt.browser
Interface StatusTextListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener

public interface StatusTextListener
extends org.eclipse.swt.internal.SWTEventListener

This listener interface may be implemented in order to receive a StatusTextEvent notification when the status text for a Browser needs to be updated.

Since:
3.0
See Also:
Browser.addStatusTextListener(StatusTextListener), Browser.removeStatusTextListener(StatusTextListener)

Method Summary
 void changed(StatusTextEvent event)
          This method is called when the status text is changed.
 

Method Detail

changed

public void changed(StatusTextEvent event)
This method is called when the status text is changed. The status text is typically showed in the status bar of a browser application.

The following fields in the StatusTextEvent apply:

Parameters:
event - the StatusTextEvent that contains the updated status description of a Browser
Since:
3.0

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.