|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lobobrowser.gui.ContentAdapter
public abstract class ContentAdapter
A convenience abstract implementation of ContentListener,
with blank methods.
| Field Summary |
|---|
| Fields inherited from interface org.lobobrowser.gui.ContentListener |
|---|
EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
ContentAdapter()
|
|
| Method Summary | |
|---|---|
void |
contentSet(ContentEvent event)
Called as soon as the content has been set in a FramePanel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentAdapter()
| Method Detail |
|---|
public void contentSet(ContentEvent event)
ContentListenerFramePanel.
Note that content can be set before the originating
document has been fully loaded, for example when
incremental rendering is performed.
contentSet in interface ContentListenerevent - The content event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||