com.vaadin.addon.touchkit.gwt.client.vcom
Interface LocalStorageClientRpc

All Superinterfaces:
com.vaadin.shared.communication.ClientRpc, Serializable

public interface LocalStorageClientRpc
extends com.vaadin.shared.communication.ClientRpc


Method Summary
 void detectValue(int requestId, String key)
           
 void put(int requestId, String key, String value)
           
 

Method Detail

detectValue

void detectValue(int requestId,
                 String key)

put

void put(int requestId,
         String key,
         String value)


Copyright © 2014 Vaadin Ltd. All rights reserved.