List of usage examples for com.google.gwt.gadgets.client.osapi OsapiFeature getPeopleService
public PeopleService getPeopleService()
From source file:com.google.gwt.gadgets.sample.traveler.client.TravelerGadget.java
License:Apache License
public void initializeFeature(OsapiFeature feature) { people = feature.getPeopleService(); }