JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.prineside.tdi2.utils
Interface FileChooser.Callback
Enclosing interface:
FileChooser
public static interface
FileChooser.Callback
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onCancel
()
void
onError
(
Exception
exception)
void
onFileChoose
(
FileHandle
file)
Method Details
onFileChoose
void
onFileChoose
(
FileHandle
file)
onCancel
void
onCancel
()
onError
void
onError
(
Exception
exception)