Signal sent by the AnnotationGetterInterface when it has been cancelled.
Such an event is fired if the AnnotationGetterInterface was fetching some annotation groups and AnnotationGetterInterface.cancelFetch is called. The AnnotationFetchReady signal will be triggered shortly after.
No attachment for events of this type.
Signal sent by the AnnotationGetterInterface when AnnotationGetterInterface.fetchAnnotationGroups is ready, i.e. AnnotationGetterInterface.getAnnotationGroupsResult can be called.
Such a signal does not tell if the call was successful or not but that the result is ready to be fetched.
Warning, the AnnotationFetchReady signal is sent later when AnnotationGetterInterface.cancelFetch is called and the AnnotationGetterInterface is fetching.
The attachment is a string telling the request id of the call to AnnotationGetterInterface.fetchAnnotationGroups (AnnotationGetterInterface.getLastRequestId).
The AnnotationGetterInterfaceSignal lists all the signals that may be sent by the AnnotationGetterInterface.
These signals are emitted by the AnnotationGetterInterface when an annotation fetch result is ready.
Please see Annotations for more explanations about annotations.
See
AnnotationGetterInterface