Package org.pepsoft.util
Interface MacUtils.OpenFilesHandler
- Enclosing class:
- MacUtils
public static interface MacUtils.OpenFilesHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidfilesOpened(List<File> files) Invoked when the user has requested to open (a) file(s) associated with this application.
-
Method Details
-
filesOpened
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.
-