Interface AnnotationProfiles.Handler
- All Known Subinterfaces:
AnnotationToolbarInitializer
- All Known Implementing Classes:
AbstractAnnotationToolbarInitializer,DefaultAnnotationToolbarInitializer,IconFontAnnotationToolbarInitializer,ListFormattedAnnoToolbar
- Enclosing interface:
AnnotationProfiles
public static interface AnnotationProfiles.Handler
Handler to receive the
AnnotationProfile, when the
request is finished.-
Method Summary
Modifier and TypeMethodDescriptionvoidonLoaded(AnnotationProfile profile) Invoked when theAnnotationProfiles.Requesthas been loaded.
-
Method Details
-
onLoaded
Invoked when theAnnotationProfiles.Requesthas been loaded.- Parameters:
profile- the requestedAnnotationProfileornullif the requested profile could not be found.
-