public interface OpenURIHandler
An implementor is notified when the application is asked to open a URI.
- Since:
- 9
- See Also:
- Desktop.setOpenURIHandler(OpenURIHandler)
- 
Method SummaryModifier and Type Method Description voidopenURI(OpenURIEvent e)Called when the application is asked to open aURI.
- 
Method Details- 
openURICalled when the application is asked to open aURI.- Parameters:
- e- the request to open a- URI
 
 
-