Interface MultiSortCallback


public interface MultiSortCallback
Called when the user defines and accepts one or more SortSpecifiers in the MultiSortDialog. Single parameter sortLevels is an Array of SortSpecifier or null if the user cancelled the dialog.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(SortSpecifier[] sortLevels)
    Called when the user defines and accepts one or more SortSpecifiers.