/[xulu]/trunk/src/appl/data/DataProxy.java
ViewVC logotype

Contents of /trunk/src/appl/data/DataProxy.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
File size: 242 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 package appl.data;
2
3 /**
4 * A DataProxy class should forward calls to exactly one encapsulated object.
5 *
6 * @author Dominik Appl
7 */
8 public interface DataProxy {
9
10 /** get the encapsulated Object */
11 Object getProxiedObject();
12 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26