public interface MouseEnterCallback
AnnotationPlugin.ID
plugin that is called once mouseenter is fired.Modifier and Type | Method and Description |
---|---|
void |
onMouseEnter(IsChart chart,
NativeEvent event,
AbstractAnnotation annotation)
Method called once mouseenter is fired.
|
void onMouseEnter(IsChart chart, NativeEvent event, AbstractAnnotation annotation)
chart
- chart instanceevent
- native event generated on annotationannotation
- annotation instance where event has been performed