|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentNotificationListener
A listener of document changes.
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. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |