fr.umlv.corosol.component.proxy
Interface JProxy


public interface JProxy

A JProxy object represents a proxy object that contains another object.

Author:
Christophe Deleray

Method Summary
 java.lang.Object getObject()
          Returns the object contained by this proxy.
 void setObject(java.lang.Object object)
          Sets the object contained by this proxy object.
 

Method Detail

getObject

java.lang.Object getObject()
Returns the object contained by this proxy.


setObject

void setObject(java.lang.Object object)
Sets the object contained by this proxy object.

Parameters:
object - the object contained by this proxy object