Uses of Interface
com.vaadin.client.metadata.BundleLoadCallback
-
Packages that use BundleLoadCallback Package Description com.vaadin.client.metadata -
-
Uses of BundleLoadCallback in com.vaadin.client.metadata
Methods in com.vaadin.client.metadata that return types with arguments of type BundleLoadCallback Modifier and Type Method Description List<BundleLoadCallback>AsyncBundleLoader. getCallback()List<BundleLoadCallback>AsyncBundleLoader. setError(Throwable error)List<BundleLoadCallback>AsyncBundleLoader. setLoaded()Methods in com.vaadin.client.metadata with parameters of type BundleLoadCallback Modifier and Type Method Description voidAsyncBundleLoader. addCallback(BundleLoadCallback callback)voidAsyncBundleLoader. load(BundleLoadCallback callback, TypeDataStore store)voidConnectorBundleLoader. loadBundle(String packageName, BundleLoadCallback callback)
-