- All Known Implementing Classes:
ConsolidateGroupController
public interface ConsolidateGroupActionCallback
This interface allows the GUI to call back with the directory and whether to
consolidate the subgroups.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consolidateGroupCallback
(File highresDirectory, boolean recurseSubgroups) The callback with the chosen parameters
-
Method Details
-
consolidateGroupCallback
The callback with the chosen parameters- Parameters:
highresDirectory
- The target directoryrecurseSubgroups
- true if the subgroups are to consolidated, false if not
-