JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.intarsys.tools.proxy
Interface IProxy
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
getRealized
()
The object represented by the receiver.
Method Detail
getRealized
java.lang.Object getRealized()
The object represented by the receiver.
Returns:
The object represented by the receiver.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method