org.crosswire.bibledesktop.display
Class URIEvent
java.lang.Object
java.util.EventObject
org.crosswire.bibledesktop.display.URIEvent
- All Implemented Interfaces:
- Serializable
public class URIEvent
- extends EventObject
A URIEvent happens whenever a user selects a URI.
- Author:
- DM Smith [dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
,
Serialized Form
scheme
private String scheme
uri
private String uri
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
URIEvent
public URIEvent(Object source,
String scheme,
String uri)
- For when a command has been made
- Parameters:
source
- The thing that started this off
getScheme
public String getScheme()
- Returns:
- Returns the scheme.
getURI
public String getURI()
- Returns:
- Returns the uri.