appl.data
Interface DataProxy

All Known Implementing Classes:
LateLoadingProxy, SplittableLLProxyGrid, WritableGridLLProxy, XuluWritableGridFile

public interface DataProxy

A DataProxy class should forward calls to exactly one encapsulated object.

Author:
Dominik Appl

Method Summary
 Object getProxiedObject()
          get the encapsulated Object
 

Method Detail

getProxiedObject

Object getProxiedObject()
get the encapsulated Object