|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.browser
Interface StatusTextListener

- All Superinterfaces:
- java.util.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
| 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
StatusTextEventapply:- (in) text the modified status text
- (in) widget the
Browserwhose status text is changed
- Since:
- 3.0
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC