|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lobobrowser.html.domimpl.DocumentNotificationAdapter
public abstract class DocumentNotificationAdapter
An abstract implementation of DocumentNotificationListener
with blank methods, provided for convenience.
| Constructor Summary | |
|---|---|
DocumentNotificationAdapter()
|
|
| Method Summary | |
|---|---|
void |
allInvalidated()
This is called when the whole document is potentially invalid, e.g. |
void |
externalScriptLoading(NodeImpl node)
Called when a external script (a SCRIPT tag with a src attribute) is about to start loading. |
void |
invalidated(NodeImpl node)
This is called when the node has changed, but it is unclear if it's a size change or a look change. |
void |
lookInvalidated(NodeImpl node)
Called if something such as a color or decoration has changed. |
void |
nodeLoaded(NodeImpl node)
Called when the node (with all its contents) is first created by the parser. |
void |
positionInvalidated(NodeImpl node)
Changed if the position of the node in a parent has changed. |
void |
sizeInvalidated(NodeImpl node)
Called if a property related to the node's size has changed. |
void |
structureInvalidated(NodeImpl node)
The children of the node might have changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentNotificationAdapter()
| Method Detail |
|---|
public void allInvalidated()
DocumentNotificationListener
allInvalidated in interface DocumentNotificationListenerpublic void externalScriptLoading(NodeImpl node)
DocumentNotificationListener
externalScriptLoading in interface DocumentNotificationListenerpublic void invalidated(NodeImpl node)
DocumentNotificationListener
invalidated in interface DocumentNotificationListenerpublic void lookInvalidated(NodeImpl node)
DocumentNotificationListener
lookInvalidated in interface DocumentNotificationListenerpublic void nodeLoaded(NodeImpl node)
DocumentNotificationListener
nodeLoaded in interface DocumentNotificationListenerpublic void positionInvalidated(NodeImpl node)
DocumentNotificationListener
positionInvalidated in interface DocumentNotificationListenerpublic void sizeInvalidated(NodeImpl node)
DocumentNotificationListener
sizeInvalidated in interface DocumentNotificationListenerpublic void structureInvalidated(NodeImpl node)
DocumentNotificationListener
structureInvalidated in interface DocumentNotificationListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||