All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.richText.LinkEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sgi.sysadm.ui.richText.LinkEvent

public class LinkEvent
extends EventObject
Notification sent to LinkListeners when a link is clicked on in a RichTextComponent.

See Also:
RichTextComponent, LinkListener

Constructor Index

 o LinkEvent(Object, String)
Construct a LinkEvent.

Method Index

 o getTarget()
Get the target of the link that was clicked.

Constructors

 o LinkEvent
 public LinkEvent(Object source,
                  String target)
Construct a LinkEvent.

Parameters:
source - Sender of this event.
target - The target of the link.

Methods

 o getTarget
 public String getTarget()
Get the target of the link that was clicked.

Returns:
The target of the link.

All Packages  Class Hierarchy  This Package  Previous  Next  Index