|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URLEventListener
Implement URLEventListener to recieve URLEvents whenever someone activates an URL.
for license details.
The copyright to this program is held by it's authors.
Method Summary | |
---|---|
void |
activateURL(URLEvent ev)
This method is called to indicate that an URL can be processed. |
void |
enterURL(URLEvent ev)
This method is called to indicate that the mouse has entered the URL. |
void |
leaveURL(URLEvent ev)
This method is called to indicate that the mouse has left the URL. |
Method Detail |
---|
void activateURL(URLEvent ev)
ev
- Describes the URLvoid enterURL(URLEvent ev)
ev
- Describes the URLvoid leaveURL(URLEvent ev)
ev
- Describes the URL
|
Copyright ยจ 2003-2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |