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

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

public interface GeolocatorServerRpc
extends com.vaadin.shared.communication.ServerRpc


Method Summary
 void onGeolocationError(int callbackId, int errorCode)
           
 void onGeolocationSuccess(int callbackId, Position position)
           
 

Method Detail

onGeolocationSuccess

void onGeolocationSuccess(int callbackId,
                          Position position)

onGeolocationError

void onGeolocationError(int callbackId,
                        int errorCode)


Copyright © 2014 Vaadin Ltd. All rights reserved.