Interface SVGHandlerListener


public interface SVGHandlerListener
Listener of SVGHandler to be notified of images generated by the UpdateManager i.e. when an animated SVG file with animation started is specified.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    newImage(Image image)
    In case of animated SVG, notifies when a new Image is available.
  • Method Details

    • newImage

      void newImage(Image image)
      In case of animated SVG, notifies when a new Image is available. SVGHandler is responsible of images disposal. For practical reason, this method is invoked in the UI thread.
      Parameters:
      image - , new image to display.