Interface MacUtils.OpenFilesHandler

Enclosing class:
MacUtils

public static interface MacUtils.OpenFilesHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the user has requested to open (a) file(s) associated with this application.
  • Method Details

    • filesOpened

      void filesOpened(List<File> files)
      Invoked when the user has requested to open (a) file(s) associated with this application.
      Parameters:
      files - The list of files requested to be opened.