Package com.io7m.jwheatsheaf.api
Interface JWFileChooserEventType
- All Known Subinterfaces:
JWFileChooserEventType.JWDirectoryCreationFailedType
,JWFileChooserEventType.JWFileChooserEventErrorType
,JWFileChooserEventType.JWFileListingFailedType
- All Known Implementing Classes:
JWDirectoryCreationFailed
,JWFileListingFailed
public interface JWFileChooserEventType
The type of events published during the process of choosing files.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
An error occurred whilst trying to create a directory.static interface
The type of events that correspond to errors.static interface
An error occurred whilst trying to list a directory.