Interface FilePreviewChooser.Listener

All Known Implementing Classes:
FilePreviewChooser.DefaultListener
Enclosing class:
FilePreviewChooser

public static interface FilePreviewChooser.Listener
Lets the listener know what the user has chosen to do.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • selectedFile

      void selectedFile(File file)
    • userCanceled

      void userCanceled()