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
-
LinkEvent(Object, String)
- Construct a LinkEvent.
-
getTarget()
- Get the target of the link that was clicked.
LinkEvent
public LinkEvent(Object source,
String target)
- Construct a LinkEvent.
- Parameters:
- source - Sender of this event.
- target - The target of the link.
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