Uses of Interface
org.apache.batik.bridge.UpdateManagerListener

Packages that use UpdateManagerListener
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
 

Uses of UpdateManagerListener in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement UpdateManagerListener
 class UpdateManagerAdapter
          This is an adapter for the UpdateManagerListener interface.
 

Methods in org.apache.batik.bridge with parameters of type UpdateManagerListener
 void UpdateManager.addUpdateManagerListener(UpdateManagerListener l)
          Adds a UpdateManagerListener to this UpdateManager.
 void UpdateManager.removeUpdateManagerListener(UpdateManagerListener l)
          Removes a UpdateManagerListener from this UpdateManager.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.