Package hec.data

Interface DataEditorListener<T extends Serializable>

All Known Subinterfaces:
TimeSeriesDataEditorListener<T>

public interface DataEditorListener<T extends Serializable>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    plot(List<T> objectsToPlot)
     
    boolean
    save(T objectToSave)
     
    boolean
    saveAs(T objectToSaveAs)
     
    void
    tabulate(List<T> objectsToTabulate)
     
  • Method Details

    • save

      boolean save(T objectToSave)
    • saveAs

      boolean saveAs(T objectToSaveAs)
    • plot

      void plot(List<T> objectsToPlot)
    • tabulate

      void tabulate(List<T> objectsToTabulate)