org.lobobrowser.html.domimpl
public interface DocumentNotificationListener
Modifier and Type | Method and Description |
---|---|
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.
|
void sizeInvalidated(NodeImpl node)
node
- void lookInvalidated(NodeImpl node)
node
- void positionInvalidated(NodeImpl node)
node
- void invalidated(NodeImpl node)
node
- void nodeLoaded(NodeImpl node)
node
- void structureInvalidated(NodeImpl node)
node
- void externalScriptLoading(NodeImpl node)
node
- void allInvalidated()