1 package org.catacomb.interlish.structure; 2 3 4 public interface HyperlinkHandler { 5 6 public void hyperlinkClicked(String s); 7 8 }