Smartproxy
0.2

net.ggtools.smartproxy
Interface ProxifiedObject


public interface ProxifiedObject

This is the base interface that the implementor objects need to implements. It provides a method to get the underlying object.

Version:
1.0
Author:
Christophe Labouisse

Method Summary
 Object getUnderlying()
          Returns the underlying object.
 

Method Detail

getUnderlying

public Object getUnderlying()
Returns the underlying object.

Returns:
Object

Smartproxy
0.2