public abstract class DocumentNotificationAdapter extends java.lang.Object implements DocumentNotificationListener
DocumentNotificationListener
with blank methods, provided for convenience.| Constructor and Description |
|---|
DocumentNotificationAdapter() |
| 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.
|
public void allInvalidated()
DocumentNotificationListenerallInvalidated in interface DocumentNotificationListenerpublic void externalScriptLoading(NodeImpl node)
DocumentNotificationListenerexternalScriptLoading in interface DocumentNotificationListenerpublic void invalidated(NodeImpl node)
DocumentNotificationListenerinvalidated in interface DocumentNotificationListenerpublic void lookInvalidated(NodeImpl node)
DocumentNotificationListenerlookInvalidated in interface DocumentNotificationListenerpublic void nodeLoaded(NodeImpl node)
DocumentNotificationListenernodeLoaded in interface DocumentNotificationListenerpublic void positionInvalidated(NodeImpl node)
DocumentNotificationListenerpositionInvalidated in interface DocumentNotificationListenerpublic void sizeInvalidated(NodeImpl node)
DocumentNotificationListenersizeInvalidated in interface DocumentNotificationListenerpublic void structureInvalidated(NodeImpl node)
DocumentNotificationListenerstructureInvalidated in interface DocumentNotificationListener