colibrio-reader-framework
4.0.0-experimental-1
colibrio-reader-framework
/
com.colibrio.nativebridge.internal.channel
/
AnnotationChannelCallbacks
Annotation
Channel
Callbacks
interface
AnnotationChannelCallbacks
Functions
Functions
on
Annotation
Clicked
Link copied to clipboard
abstract
fun
onAnnotationClicked
(
annotationId
:
Int
,
eventData
:
MouseEngineEventData
)
on
Annotation
Context
Menu
Shown
Link copied to clipboard
abstract
fun
onAnnotationContextMenuShown
(
annotationId
:
Int
,
eventData
:
MouseEngineEventData
)
on
Annotation
In
View
Changed
Link copied to clipboard
abstract
fun
onAnnotationInViewChanged
(
annotationId
:
Int
,
inView
:
Boolean
)