Interface OnAnnotationCreatedListener
Defines the listener for creation of IAnnotation by the AnnotationCreationModifier instance
Namespace:
Assembly: .dll
Syntax
public interface OnAnnotationCreatedListener
Methods
onAnnotationCreated(IAnnotation newAnnotation)
Called when new annotation is created by AnnotationCreationModifier instance
Declaration
public abstract void onAnnotationCreated(IAnnotation newAnnotation)
Parameters
| Type | Name | Description |
|---|---|---|
| IAnnotation | newAnnotation | The new annotation |