Example usage for com.google.gwt.gadgets.client.osapi OsapiFeature getPeopleService

List of usage examples for com.google.gwt.gadgets.client.osapi OsapiFeature getPeopleService

Introduction

In this page you can find the example usage for com.google.gwt.gadgets.client.osapi OsapiFeature getPeopleService.

Prototype

public PeopleService getPeopleService() 

Source Link

Document

Returns an instance of PeopleService .

Usage

From source file:com.google.gwt.gadgets.sample.traveler.client.TravelerGadget.java

License:Apache License

public void initializeFeature(OsapiFeature feature) {
    people = feature.getPeopleService();
}