org.apache.batik.bridge
Interface BridgeUpdateHandler

All Known Implementing Classes:
AbstractGraphicsNodeBridge, SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler

public interface BridgeUpdateHandler

Interface for objects interested in being notified of updates.


Method Summary
 void dispose()
          Disposes this BridgeUpdateHandler and releases all resources.
 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.
 

Method Detail

handleDOMAttrModifiedEvent

public void handleDOMAttrModifiedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMAttrModified' is fired.

handleDOMNodeInsertedEvent

public void handleDOMNodeInsertedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.

handleDOMNodeRemovedEvent

public void handleDOMNodeRemovedEvent(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMNodeRemoved' is fired.

handleDOMCharacterDataModified

public void handleDOMCharacterDataModified(MutationEvent evt)
Invoked when an MutationEvent of type 'DOMCharacterDataModified' is fired.

handleCSSEngineEvent

public void handleCSSEngineEvent(CSSEngineEvent evt)
Invoked when an CSSEngineEvent is fired.

dispose

public void dispose()
Disposes this BridgeUpdateHandler and releases all resources.


Copyright © 2002 Apache Software Foundation. All Rights Reserved.