proyecto.consola
Class ConsolaTextPane.LinkHtmlListener
java.lang.Object
proyecto.consola.ConsolaTextPane.LinkHtmlListener
- All Implemented Interfaces:
- EventListener, HyperlinkListener
- Enclosing class:
- ConsolaTextPane
class ConsolaTextPane.LinkHtmlListener
- extends Object
- implements HyperlinkListener
The listener interface for receiving linkHtml events. The class that is
interested in processing a linkHtml event implements this interface, and
the object created with that class is registered with a component using
the component's addLinkHtmlListener method. When
the linkHtml event occurs, that object's appropriate
method is invoked.
- See Also:
HyperlinkEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iCompilacionDatos
CompilacionDatos iCompilacionDatos
- See Also:
CompilacionDatos
ConsolaTextPane.LinkHtmlListener
public ConsolaTextPane.LinkHtmlListener(CompilacionDatos aCompilacionDatos)
- Constructor link html listener.
Creado : Parras, 24-jun-2009
- Parameters:
aCompilacionDatos
- CompilacionDatos
hyperlinkUpdate
public void hyperlinkUpdate(HyperlinkEvent evt)
- Specified by:
hyperlinkUpdate
in interface HyperlinkListener