com.vaadin.addon.touchkit.gwt.client.vcom
Interface LocalStorageServerRpc
- All Superinterfaces:
- Serializable, com.vaadin.shared.communication.ServerRpc
public interface LocalStorageServerRpc
- extends com.vaadin.shared.communication.ServerRpc
onValueDetected
void onValueDetected(int requestId,
String value)
onValueDetectionFailure
void onValueDetectionFailure(int requestId,
String message)
putSucceeded
void putSucceeded(int requestId,
String value)
putFailed
void putFailed(int requestId,
String message)
Copyright © 2014 Vaadin Ltd. All rights reserved.