com.crystaldecisions.ReportViewer
Class HyperlinkEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.crystaldecisions.ReportViewer.HyperlinkEvent
All Implemented Interfaces:
java.io.Serializable

public class HyperlinkEvent
extends java.util.EventObject

An event which indicates that the user has clicked on a hyperlink in a report.

Author:
Ron Hayter
See Also:
HyperlinkListener, ReportViewerBean.addHyperlinkListener(com.crystaldecisions.ReportViewer.HyperlinkListener), Serialized Form

Constructor Summary
HyperlinkEvent(java.lang.Object source_, java.net.URL url_)
          Constructs a HyperlinkEvent object.
 
Method Summary
 java.net.URL getURL()
          Returns the hyperlink that was clicked by the user.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HyperlinkEvent

public HyperlinkEvent(java.lang.Object source_,
                      java.net.URL url_)
Constructs a HyperlinkEvent object.

Parameters:
source_ - The particular ReportViewerBean showing the report.
url_ - The hyperlink that was clicked.
Method Detail

getURL

public java.net.URL getURL()
Returns the hyperlink that was clicked by the user.

Returns:
The hyperlink that was clicked.