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 interfaceAn error occurred whilst trying to create a directory.static interfaceThe type of events that correspond to errors.static interfaceAn error occurred whilst trying to list a directory.