Interface RemoveDataListener
-
public interface RemoveDataListenerInterface for listeners that remove the data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveData(adams.data.spreadsheet.SpreadSheet data)Gets called when the user clicks on the "Remove" button.
-