|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BridgeUpdateHandler
Interface for objects interested in being notified of updates.
Method Summary | |
---|---|
void |
dispose()
Disposes this BridgeUpdateHandler and releases all resources. |
void |
handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav)
Invoked when the animated value of an animated attribute has changed. |
void |
handleCSSEngineEvent(CSSEngineEvent evt)
Invoked when an CSSEngineEvent is fired. |
void |
handleDOMAttrModifiedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMAttrModified' is fired. |
void |
handleDOMCharacterDataModified(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired. |
void |
handleDOMNodeInsertedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired. |
void |
handleDOMNodeRemovedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired. |
void |
handleOtherAnimationChanged(String type)
Invoked when an 'other' animation value has changed. |
Method Detail |
---|
void handleDOMAttrModifiedEvent(MutationEvent evt)
void handleDOMNodeInsertedEvent(MutationEvent evt)
void handleDOMNodeRemovedEvent(MutationEvent evt)
void handleDOMCharacterDataModified(MutationEvent evt)
void handleCSSEngineEvent(CSSEngineEvent evt)
void handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav)
void handleOtherAnimationChanged(String type)
void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |