All Packages Class Hierarchy This Package Previous Next Index
Interface com.sgi.sysadm.ui.richText.LinkListener
- public interface LinkListener
- extends EventListener
Interface for getting notified when a link is clicked in a
RichTextComponent.
- See Also:
- RichTextComponent
-
linkActivated(LinkEvent)
- Called when a link is clicked in a RichText component.
linkActivated
public abstract void linkActivated(LinkEvent event)
- Called when a link is clicked in a RichText component.
- Parameters:
- event - Provides information about the link that was
clicked.
All Packages Class Hierarchy This Package Previous Next Index