org.crosswire.bibledesktop.display
Interface URIEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ActiveURITip, Desktop, StatusBar, URITipHelper, URITipMgr

public interface URIEventListener
extends EventListener

Implement URIEventListener to receive URIEvents whenever someone activates an URI.

Author:
DM Smith
See Also:
for license details.

Method Summary
 void activateURI(URIEvent ev)
          This method is called to indicate that an URI can be processed.
 void enterURI(URIEvent ev)
          This method is called to indicate that the mouse has entered the URI.
 void leaveURI(URIEvent ev)
          This method is called to indicate that the mouse has left the URI.
 

Method Detail

activateURI

void activateURI(URIEvent ev)
This method is called to indicate that an URI can be processed.

Parameters:
ev - Describes the URI

enterURI

void enterURI(URIEvent ev)
This method is called to indicate that the mouse has entered the URI.

Parameters:
ev - Describes the URI

leaveURI

void leaveURI(URIEvent ev)
This method is called to indicate that the mouse has left the URI.

Parameters:
ev - Describes the URI

Copyright ยจ 2003-2015