Module org.jpo
Package org.jpo.gui

Interface ConsolidateGroupActionCallback

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 Type
    Method
    Description
    void
    consolidateGroupCallback(File highresDirectory, boolean recurseSubgroups)
    The callback with the chosen parameters
  • Method Details

    • consolidateGroupCallback

      void consolidateGroupCallback(File highresDirectory, boolean recurseSubgroups)
      The callback with the chosen parameters
      Parameters:
      highresDirectory - The target directory
      recurseSubgroups - true if the subgroups are to consolidated, false if not