|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.swing.svg.SVGLoadEventDispatcherAdapter
This class provides an adapter for the SVGLoadEventDispatcherListener interface.
Constructor Summary | |
SVGLoadEventDispatcherAdapter()
|
Method Summary | |
void |
svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was cancelled. |
void |
svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was completed. |
void |
svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch failed. |
void |
svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch started. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGLoadEventDispatcherAdapter()
Method Detail |
public void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchStarted
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchCompleted
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchCancelled
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchFailed
in interface SVGLoadEventDispatcherListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |