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


Method Summary
 void onValueDetected(int requestId, String value)
           
 void onValueDetectionFailure(int requestId, String message)
           
 void putFailed(int requestId, String message)
           
 void putSucceeded(int requestId, String value)
           
 

Method Detail

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.