Package de.intarsys.tools.proxy
Interface IProxy
-
public interface IProxyAn object acting as a stand-in for another object. The other may be "realized" or created at any point in time, at least it will be provided when calling "getRealized".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetRealized()The object represented by the receiver.
-