Parent Directory | Revision Log
Branch 1.8-gt2-2.6 (from rev 45) for geotools 2.6 migration
1 | mojays | 2 | 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 |