Interface RemoveDataListener


  • public interface RemoveDataListener
    Interface for listeners that remove the data.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void removeData​(adams.data.spreadsheet.SpreadSheet data)
      Gets called when the user clicks on the "Remove" button.
    • Method Detail

      • removeData

        void removeData​(adams.data.spreadsheet.SpreadSheet data)
        Gets called when the user clicks on the "Remove" button.
        Parameters:
        data - the data to remove