Package 

Interface MentionDisplayHandler


  • 
    public interface MentionDisplayHandler
    
                        

    Clients can implement a mention display handler to let the editor know how to display mentions.

    • Method Summary

      Modifier and Type Method Description
      abstract TextDisplay resolveMentionDisplay(String text, String url) Return the method with which to display a given mention
      abstract TextDisplay resolveAtRoomMentionDisplay() Return the method with which to display an at-room mention
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait