Interface UpdateImageMarks

All Superinterfaces:
UpdateMarks
All Known Implementing Classes:
ImageRefinementLabel, ImageRefinementTable, RefinementDetailPanel, RefinementListTable

public interface UpdateImageMarks
extends UpdateMarks
Interface to be implemented by observing objects interested in changes of image assets. Part of the implementation of the observer pattern.
Author:
Nicolas Boch
  • Method Summary

    Modifier and Type Method Description
    void addMark​(java.io.File fileRef, Rectangle mark)  
    void updateImageMark​(java.io.File fileRef)