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.

Distribution Licence:
JSword is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The License is available on the internet here, or by writing to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
The copyright to this program is held by it's authors.

Version:
$Id: URLEventListener.java,v 1.1 2004/09/02 17:44:46 joe Exp $
Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
Licence

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-2004