Interface AnnotationCreationFinishAction


public interface AnnotationCreationFinishAction
Action that can be executed at the end of the annotation creation process. An example of action can be load the destination FeatureStore like a layer in a view.
Author:
Jorge Piera Llodrá
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    finished(org.gvsig.fmap.dal.feature.FeatureStore featureStore)
    This method is called at the end of an annotation creation process.
  • Method Details

    • finished

      void finished(org.gvsig.fmap.dal.feature.FeatureStore featureStore)
      This method is called at the end of an annotation creation process.
      Parameters:
      featureStore - the destination store.