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 voidFileReader.readFile(Object e, int i, AsyncCallback<FileReader.FileReadResult> callback) Reads the specified file and returns the result via theAsyncCallbackas 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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidPasswordDialog.setAsyncCallback(AsyncCallback<Document> callback) set theAsyncCallbackto be triggered when the password has been entered.