public interface BridgeUpdateHandler
Modifier and Type | Method and Description |
---|---|
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(org.w3c.dom.events.MutationEvent evt)
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.
|
void |
handleDOMCharacterDataModified(org.w3c.dom.events.MutationEvent evt)
Invoked when an MutationEvent of type 'DOMCharacterDataModified'
is fired.
|
void |
handleDOMNodeInsertedEvent(org.w3c.dom.events.MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
|
void |
handleDOMNodeRemovedEvent(org.w3c.dom.events.MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.
|
void |
handleOtherAnimationChanged(java.lang.String type)
Invoked when an 'other' animation value has changed.
|
void handleDOMAttrModifiedEvent(org.w3c.dom.events.MutationEvent evt)
void handleDOMNodeInsertedEvent(org.w3c.dom.events.MutationEvent evt)
void handleDOMNodeRemovedEvent(org.w3c.dom.events.MutationEvent evt)
void handleDOMCharacterDataModified(org.w3c.dom.events.MutationEvent evt)
void handleCSSEngineEvent(CSSEngineEvent evt)
void handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav)
void handleOtherAnimationChanged(java.lang.String type)
void dispose()