Interface FileChooser.ResultListener

Enclosing class:
FileChooser

public static interface FileChooser.ResultListener
  • Method Summary

    Modifier and Type Method Description
    boolean result​(boolean success, java.nio.file.Path result)  
  • Method Details

    • result

      boolean result​(boolean success, java.nio.file.Path result)