Interface FileChooser.Callback

Enclosing interface:
FileChooser

public static interface FileChooser.Callback
  • Method Details

    • onFileChoose

      void onFileChoose(FileHandle file)
    • onCancel

      void onCancel()
    • onError

      void onError(Exception exception)