1 18 package org.apache.batik.swing.svg; 19 20 26 public interface SVGDocumentLoaderListener { 27 28 31 void documentLoadingStarted(SVGDocumentLoaderEvent e); 32 33 36 void documentLoadingCompleted(SVGDocumentLoaderEvent e); 37 38 41 void documentLoadingCancelled(SVGDocumentLoaderEvent e); 42 43 46 void documentLoadingFailed(SVGDocumentLoaderEvent e); 47 } 48 | Popular Tags |