|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.swing.svg.SVGDocumentLoaderAdapter
public abstract class 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 SVGDocumentLoaderListenerpublic void documentLoadingCompleted(SVGDocumentLoaderEvent e)
documentLoadingCompleted in interface SVGDocumentLoaderListenerpublic void documentLoadingCancelled(SVGDocumentLoaderEvent e)
documentLoadingCancelled in interface SVGDocumentLoaderListenerpublic void documentLoadingFailed(SVGDocumentLoaderEvent e)
documentLoadingFailed in interface SVGDocumentLoaderListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||