intarsys runtime library

de.intarsys.tools.proxy
Interface IProxy

All Known Implementing Classes:
ElementObjectProxy

public interface IProxy

An 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
 Object getRealized()
          The object represented by the receiver.
 

Method Detail

getRealized

Object getRealized()
The object represented by the receiver.

Returns:
The object represented by the receiver.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.