Uses of Interface
com.levigo.jadice.web.client.reader.AsyncCallback
Packages that use AsyncCallback
Package
Description
-
Uses of AsyncCallback in com.levigo.jadice.web.client.reader
Methods in com.levigo.jadice.web.client.reader with parameters of type AsyncCallbackModifier and TypeMethodDescriptionReader.read
(Source source, AsyncCallback<Document> callback) Initiates server side document loading.Reader.read
(Source source, String type, AsyncCallback<Document> callback) -
Uses of AsyncCallback in com.levigo.jadice.web.demo.common.client.commands
Methods in com.levigo.jadice.web.demo.common.client.commands with parameters of type AsyncCallbackModifier 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
. -
Uses of AsyncCallback in com.levigo.jadice.web.demo.common.client.events
Classes in com.levigo.jadice.web.demo.common.client.events that implement AsyncCallbackModifier and TypeClassDescriptionclass
This class is used to show how messages (related to a document reading event) can be shown to the userConstructors in com.levigo.jadice.web.demo.common.client.events with parameters of type AsyncCallbackModifierConstructorDescriptionReaderEventTranslator
(AsyncCallback<Document> documentCallback) ReaderEventTranslator
(AsyncCallback<Document> documentCallback, ReaderEventTranslator.Verbosity verbosity) ReaderEventTranslator
(AsyncCallback<Document> documentCallback, ReaderEventTranslator.Verbosity verbosity, PasswordDialog passwordDialog) -
Uses of AsyncCallback in com.levigo.jadice.web.demo.common.client.ui
Methods in com.levigo.jadice.web.demo.common.client.ui with parameters of type AsyncCallbackModifier and TypeMethodDescriptionvoid
PasswordDialog.setAsyncCallback
(AsyncCallback<Document> callback) set theAsyncCallback
to be triggered when the password has been entered.