|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkListener<T>
A listener for links.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean linkActivated(JLink<T> link, T target)
link
- the link which was activated.target
- the target of the link.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |