org.crosswire.bibledesktop.display
Class URIEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
private  String scheme
           
private static long serialVersionUID
          Serialization ID
private  String uri
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
URIEvent(Object source, String scheme, String uri)
          For when a command has been made
 
Method Summary
 String getScheme()
           
 String getURI()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

scheme

private String scheme

uri

private String uri

serialVersionUID

private static final long serialVersionUID
Serialization ID

See Also:
Constant Field Values
Constructor Detail

URIEvent

public URIEvent(Object source,
                String scheme,
                String uri)
For when a command has been made

Parameters:
source - The thing that started this off
Method Detail

getScheme

public String getScheme()
Returns:
Returns the scheme.

getURI

public String getURI()
Returns:
Returns the uri.

Copyright ยจ 2003-2007