Class JSVGComponent.SVGListener
java.lang.Object
org.apache.batik.swing.gvt.JGVTComponent.Listener
org.apache.batik.swing.svg.JSVGComponent.SVGListener
- All Implemented Interfaces:
KeyListener, MouseListener, MouseMotionListener, MouseWheelListener, EventListener, UpdateManagerListener, GVTTreeRendererListener, GVTTreeBuilderListener, SVGDocumentLoaderListener, SVGLoadEventDispatcherListener
- Direct Known Subclasses:
JSVGCanvas.CanvasSVGListener
- Enclosing class:
JSVGComponent
protected class JSVGComponent.SVGListener
extends JGVTComponent.Listener
implements SVGDocumentLoaderListener, GVTTreeBuilderListener, SVGLoadEventDispatcherListener, UpdateManagerListener
To hide the listener methods.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.protected voidDispatches the event to the GVT tree.voidCalled when the loading of a document was cancelled.voidCalled when the loading of a document was completed.voidCalled when the loading of a document has failed.voidCalled when the loading of a document was started.voidCalled when a build was cancelled.voidCalled when a build was completed.voidCalled when a build failed.voidCalled when a build started.voidCalled when a rendering was cancelled.voidCalled when a rendering was completed.voidCalled when a rendering failed.voidCalled when the manager was resumed.voidCalled when the manager was started.voidCalled when the manager was stopped.voidCalled when the manager was suspended.voidCalled when a onload event dispatch was cancelled.voidCalled when a onload event dispatch was completed.voidCalled when a onload event dispatch failed.voidCalled when a onload event dispatch started.voidCalled when an update was completed.voidCalled when an update failed.voidCalled when an update started.Methods inherited from class JGVTComponent.Listener
deselectInteractor, gvtRenderingPrepare, gvtRenderingStarted, handleMouseClicked, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, selectInteractor
-
Constructor Details
-
SVGListener
protected SVGListener()Creates a new SVGListener.
-
-
Method Details
-
documentLoadingStarted
Called when the loading of a document was started.- Specified by:
documentLoadingStartedin interfaceSVGDocumentLoaderListener
-
documentLoadingCompleted
Called when the loading of a document was completed.- Specified by:
documentLoadingCompletedin interfaceSVGDocumentLoaderListener
-
documentLoadingCancelled
Called when the loading of a document was cancelled.- Specified by:
documentLoadingCancelledin interfaceSVGDocumentLoaderListener
-
documentLoadingFailed
Called when the loading of a document has failed.- Specified by:
documentLoadingFailedin interfaceSVGDocumentLoaderListener
-
gvtBuildStarted
Called when a build started. The data of the event is initialized to the old document.- Specified by:
gvtBuildStartedin interfaceGVTTreeBuilderListener
-
gvtBuildCompleted
Called when a build was completed.- Specified by:
gvtBuildCompletedin interfaceGVTTreeBuilderListener
-
gvtBuildCancelled
Called when a build was cancelled.- Specified by:
gvtBuildCancelledin interfaceGVTTreeBuilderListener
-
gvtBuildFailed
Called when a build failed.- Specified by:
gvtBuildFailedin interfaceGVTTreeBuilderListener
-
svgLoadEventDispatchStarted
Called when a onload event dispatch started.- Specified by:
svgLoadEventDispatchStartedin interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchCompleted
Called when a onload event dispatch was completed.- Specified by:
svgLoadEventDispatchCompletedin interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchCancelled
Called when a onload event dispatch was cancelled.- Specified by:
svgLoadEventDispatchCancelledin interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchFailed
Called when a onload event dispatch failed.- Specified by:
svgLoadEventDispatchFailedin interfaceSVGLoadEventDispatcherListener
-
gvtRenderingCompleted
Called when a rendering was completed.- Specified by:
gvtRenderingCompletedin interfaceGVTTreeRendererListener- Overrides:
gvtRenderingCompletedin classJGVTComponent.Listener
-
gvtRenderingCancelled
Called when a rendering was cancelled.- Specified by:
gvtRenderingCancelledin interfaceGVTTreeRendererListener- Overrides:
gvtRenderingCancelledin classJGVTComponent.Listener
-
gvtRenderingFailed
Called when a rendering failed.- Specified by:
gvtRenderingFailedin interfaceGVTTreeRendererListener- Overrides:
gvtRenderingFailedin classJGVTComponent.Listener
-
managerStarted
Called when the manager was started.- Specified by:
managerStartedin interfaceUpdateManagerListener
-
managerSuspended
Called when the manager was suspended.- Specified by:
managerSuspendedin interfaceUpdateManagerListener
-
managerResumed
Called when the manager was resumed.- Specified by:
managerResumedin interfaceUpdateManagerListener
-
managerStopped
Called when the manager was stopped.- Specified by:
managerStoppedin interfaceUpdateManagerListener
-
updateStarted
Called when an update started.- Specified by:
updateStartedin interfaceUpdateManagerListener
-
updateCompleted
Called when an update was completed.- Specified by:
updateCompletedin interfaceUpdateManagerListener
-
updateFailed
Called when an update failed.- Specified by:
updateFailedin interfaceUpdateManagerListener
-
dispatchKeyTyped
Dispatches the event to the GVT tree.- Overrides:
dispatchKeyTypedin classJGVTComponent.Listener
-
dispatchKeyPressed
Dispatches the event to the GVT tree.- Overrides:
dispatchKeyPressedin classJGVTComponent.Listener
-
dispatchKeyReleased
Dispatches the event to the GVT tree.- Overrides:
dispatchKeyReleasedin classJGVTComponent.Listener
-
dispatchMouseClicked
Dispatches the event to the GVT tree.- Overrides:
dispatchMouseClickedin classJGVTComponent.Listener
-
dispatchMousePressed
Dispatches the event to the GVT tree.- Overrides:
dispatchMousePressedin classJGVTComponent.Listener
-
dispatchMouseReleased
Dispatches the event to the GVT tree.- Overrides:
dispatchMouseReleasedin classJGVTComponent.Listener
-
dispatchMouseEntered
Dispatches the event to the GVT tree.- Overrides:
dispatchMouseEnteredin classJGVTComponent.Listener
-
dispatchMouseExited
Dispatches the event to the GVT tree.- Overrides:
dispatchMouseExitedin classJGVTComponent.Listener
-
dispatchMouseDragged
Dispatches the event to the GVT tree.- Overrides:
dispatchMouseDraggedin classJGVTComponent.Listener
-
dispatchMouseMoved
Dispatches the event to the GVT tree.- Overrides:
dispatchMouseMovedin classJGVTComponent.Listener
-
dispatchMouseWheelMoved
Dispatches the event to the GVT tree.- Overrides:
dispatchMouseWheelMovedin classJGVTComponent.Listener
-