Package 

Interface LinkHandler


  • 
    public interface LinkHandler
    
                        

    An interface representing a handler for link tap events in a PDF previewer.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit handleLinkEvent(LinkTapEvent event) Called when a link is tapped by the user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handleLinkEvent

         abstract Unit handleLinkEvent(LinkTapEvent event)

        Called when a link is tapped by the user.

        Parameters:
        event - The current link tap event.