Package org.apache.batik.swing.svg
Interface LinkActivationListener
-
- All Known Implementing Classes:
JSVGViewerFrame
public interface LinkActivationListenerThis interface represents a listener to the LinkActivationEvent events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlinkActivated(LinkActivationEvent e)Called when a link was activated.
-
-
-
Method Detail
-
linkActivated
void linkActivated(LinkActivationEvent e)
Called when a link was activated.
-
-