1 18 package org.apache.batik.swing.svg; 19 20 27 public interface SVGLoadEventDispatcherListener { 28 29 32 void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e); 33 34 37 void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e); 38 39 42 void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e); 43 44 47 void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e); 48 49 } 50 | Popular Tags |