Example usage for com.google.gwt.core.ext PropertyOracle interface-usage

List of usage examples for com.google.gwt.core.ext PropertyOracle interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.core.ext PropertyOracle interface-usage.

Usage

From source file com.googlecode.gwt.test.internal.handlers.StaticPropertyOracle.java

/**
 * An implementation of {@link PropertyOracle} that contains property values,
 * rather than computing them.
 */
public class StaticPropertyOracle implements PropertyOracle, Serializable {
    private static final long serialVersionUID = 5937322024454847536L;