org.crosswire.bibledesktop.display
Interface URLEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Desktop, StatusBar

public interface URLEventListener
extends EventListener

Implement URLEventListener to recieve URLEvents whenever someone activates an URL.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
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

activateURL

void activateURL(URLEvent ev)
This method is called to indicate that an URL can be processed.

Parameters:
ev - Describes the URL

enterURL

void enterURL(URLEvent ev)
This method is called to indicate that the mouse has entered the URL.

Parameters:
ev - Describes the URL

leaveURL

void leaveURL(URLEvent ev)
This method is called to indicate that the mouse has left the URL.

Parameters:
ev - Describes the URL

Copyright ยจ 2003-2006