Example usage for com.google.gwt.gadgets.client GadgetFeature interface-usage

List of usage examples for com.google.gwt.gadgets.client GadgetFeature interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.gadgets.client GadgetFeature interface-usage.

Usage

From source file com.thezukunft.wave.connectorimpl.WaveFeatureImpl.java

/**
 * Wave Feature class.
 */
public class WaveFeatureImpl implements GadgetFeature, Wave {

    // singleton

From source file net.randomhacks.wave.gadgets.client.WaveFeature.java

/** Passed to a wave-based gadget on startup. */
public class WaveFeature implements GadgetFeature {
    private Wave wave = new WaveImpl();

    /** Get the wave associated with this gadget. */
    public Wave getWave() {

From source file org.cobogw.gwt.waveapi.gadget.client.WaveFeature.java

/**
 * Wave Feature class.
 */
public class WaveFeature implements GadgetFeature {

    /**