Add interface for highlight event so developer can sync with his own server if required
To implement above, use the FolioReader class created in #27.
- Create HighlightInterface class which implements getter of all required variables
- registerHighlightListener(HighlightListener highlightListener)
HighlightListener
onAddHighlight(HighlightInterface highlight)
onRemoveHighlight(HighlightInterface highlight)
Add interface for highlight event so developer can sync with his own server if required
To implement above, use the FolioReader class created in #27.
HighlightListener
onAddHighlight(HighlightInterface highlight)
onRemoveHighlight(HighlightInterface highlight)