public interface LinkInterceptor
Modifier and Type | Method and Description |
---|---|
boolean |
handleLink(java.awt.event.MouseEvent mouseEvent,
java.lang.String link)
Returns true if you wish to handle this link, otherwise, will default to Spark.
|
boolean handleLink(java.awt.event.MouseEvent mouseEvent, java.lang.String link)
mouseEvent
- the MouseEvent.link
- the link that was clicked.