public interface URIEventListener extends EventListener
for license details.
Modifier and Type | Method and Description |
---|---|
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.
|
void activateURI(URIEvent ev)
ev
- Describes the URIvoid enterURI(URIEvent ev)
ev
- Describes the URIvoid leaveURI(URIEvent ev)
ev
- Describes the URI