Class MouseOverStandardUrlHandler
java.lang.Object
com.kheops.jmap.client.views.mouseover.MouseOverStandardUrlHandler
- All Implemented Interfaces:
JMapUrlHandler
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MouseOverStandardUrlHandler
public MouseOverStandardUrlHandler()
-
-
Method Details
-
isValid
Description copied from interface:JMapUrlHandler
Returns whether the specified URL is supported by this handler.- Specified by:
isValid
in interfaceJMapUrlHandler
- Parameters:
url
- the URL to verify.- Returns:
- true if the specified URL is supported.
-
handleUrl
- Specified by:
handleUrl
in interfaceJMapUrlHandler
- Throws:
Exception
-
handleUrl
Description copied from interface:JMapUrlHandler
Called when an URL event is ready to be handled- Specified by:
handleUrl
in interfaceJMapUrlHandler
- Parameters:
url
- the URL to be handledsource
- the source of the event- Throws:
Exception
-