|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
An adapter class that represents a listener to the SVGDocumentLoaderEvent events.
Constructor Summary | |
SVGDocumentLoaderAdapter()
|
Method Summary | |
void |
documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled. |
void |
documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed. |
void |
documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed. |
void |
documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGDocumentLoaderAdapter()
Method Detail |
public void documentLoadingStarted(SVGDocumentLoaderEvent e)
documentLoadingStarted
in interface SVGDocumentLoaderListener
public void documentLoadingCompleted(SVGDocumentLoaderEvent e)
documentLoadingCompleted
in interface SVGDocumentLoaderListener
public void documentLoadingCancelled(SVGDocumentLoaderEvent e)
documentLoadingCancelled
in interface SVGDocumentLoaderListener
public void documentLoadingFailed(SVGDocumentLoaderEvent e)
documentLoadingFailed
in interface SVGDocumentLoaderListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |