org.apache.batik.bridge
Interface BridgeUpdateHandler

All Known Implementing Classes:
AbstractGraphicsNodeBridge, SVGTextElementBridge

public interface BridgeUpdateHandler

Interface for objects interested in being notified of updates by a Bridge.


Method Summary
 void bridgeUpdateCompleted(BridgeUpdateEvent evt)
          Invoked when a bridge update ends.
 void bridgeUpdateStarting(BridgeUpdateEvent evt)
          Invoked when a bridge update starts.
 

Method Detail

bridgeUpdateStarting

public void bridgeUpdateStarting(BridgeUpdateEvent evt)
Invoked when a bridge update starts.
Parameters:
evt - the evt that describes the incoming update

bridgeUpdateCompleted

public void bridgeUpdateCompleted(BridgeUpdateEvent evt)
Invoked when a bridge update ends.
Parameters:
evt - the evt that describes the update


Copyright © 2002 Apache Software Foundation. All Rights Reserved.