Package boofcv.gui.dialogs
Interface FilePreviewChooser.Listener
-
- All Known Implementing Classes:
FilePreviewChooser.DefaultListener
- Enclosing class:
- FilePreviewChooser
public static interface FilePreviewChooser.ListenerLets the listener know what the user has chosen to do.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectedFile(java.io.File file)voiduserCanceled()
-