public interface LinkListener<T> extends EventListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
linkActivated(JLink<T> link,
T target)
Invoked when a link is activated, it returns true if the other listeners and potentially the default handler should be invoked.
|
boolean linkActivated(JLink<T> link, T target)
link - the link which was activated.target - the target of the link.Copyright © 2019. All rights reserved.