Uses of Class
com.levigo.jadice.web.demo.common.client.commands.FileReader.FileReadResult
Packages that use FileReader.FileReadResult
-
Uses of FileReader.FileReadResult in com.levigo.jadice.web.demo.common.client.commands
Method parameters in com.levigo.jadice.web.demo.common.client.commands with type arguments of type FileReader.FileReadResultModifier and TypeMethodDescriptionstatic void
FileReader.readFile
(Object e, int i, AsyncCallback<FileReader.FileReadResult> callback) Reads the specified file and returns the result via theAsyncCallback
as aFileReader.FileReadResult
.