/* * Ext GWT - Ext for GWT * Copyright(c) 2007-2009, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ package com.extjs.gxt.ui.client.data; /** * Base interface for load config objects. When used with a @link * {@link HttpProxy} all properties and values will be applied to the remote * request. */ public interface LoadConfig extends ModelData { }