Interface FileChooser.ResultListener

Enclosing class:
FileChooser

public static interface FileChooser.ResultListener
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    result​(boolean success, Path result)
     
  • Method Details

    • result

      boolean result(boolean success, Path result)