1 18 package org.apache.batik.swing.svg; 19 20 27 public abstract class SVGDocumentLoaderAdapter 28 implements SVGDocumentLoaderListener { 29 30 33 public void documentLoadingStarted(SVGDocumentLoaderEvent e) {} 34 35 38 public void documentLoadingCompleted(SVGDocumentLoaderEvent e) {} 39 40 43 public void documentLoadingCancelled(SVGDocumentLoaderEvent e) {} 44 45 48 public void documentLoadingFailed(SVGDocumentLoaderEvent e) {} 49 } 50 | Popular Tags |