Interface EventListenerInitializer


public interface EventListenerInitializer

EventListenerInitializer interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called by the SVG viewer when the scripts are loaded to register the listener needed.
  • Method Details

    • initializeEventListeners

      void initializeEventListeners(SVGDocument doc)
      This method is called by the SVG viewer when the scripts are loaded to register the listener needed.
      Parameters:
      doc - The current document.