-
public interface MentionDisplayHandlerClients can implement a mention display handler to let the editor know how to display mentions.
-
-
Method Summary
Modifier and Type Method Description abstract TextDisplayresolveMentionDisplay(String text, String url)Return the method with which to display a given mention abstract TextDisplayresolveAtRoomMentionDisplay()Return the method with which to display an at-room mention -
-
Method Detail
-
resolveMentionDisplay
abstract TextDisplay resolveMentionDisplay(String text, String url)
Return the method with which to display a given mention
-
resolveAtRoomMentionDisplay
abstract TextDisplay resolveAtRoomMentionDisplay()
Return the method with which to display an at-room mention
-
-
-
-