|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkInterceptor
Implementors of this interface wish to interecept link clicked events within an active chat.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean handleLink(java.awt.event.MouseEvent mouseEvent, java.lang.String link)
mouseEvent
- the MouseEvent.link
- the link that was clicked.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |