public interface StatusTextListener
extends org.eclipse.swt.internal.SWTEventListener
StatusTextEvent
notification when the status text for
a Browser
is changed.Modifier and Type | Method and Description |
---|---|
void |
changed(StatusTextEvent event)
This method is called when the status text is changed.
|
void changed(StatusTextEvent event)
The following fields in the StatusTextEvent
apply:
Browser
whose status text is changed
event
- the StatusTextEvent
that contains the updated
status description of a Browser
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.