Interface AnnotationManager.OnAnnotationDeselectedListener
-
- All Implemented Interfaces:
public interface AnnotationManager.OnAnnotationDeselectedListener
Listener for annotation deselection.
-
-
Method Summary
Modifier and Type Method Description abstract void
onAnnotationDeselected(@NonNull() Annotation annotation, boolean reselected)
Called when annotation gets deselected. -
-
Method Detail
-
onAnnotationDeselected
abstract void onAnnotationDeselected(@NonNull() Annotation annotation, boolean reselected)
Called when annotation gets deselected.
- Parameters:
annotation
- Annotation that is being deselected.reselected
-true
if annotation is being reselected (another annotation will be selected soon).
-
-
-
-