sim.util
Interface Proxiable


public interface Proxiable

A proxiable object is one which provides SimpleProperties with a proxy to stand in for it; that is, to have the proxy's properties inspected instead of the object itself.


Method Summary
 java.lang.Object propertiesProxy()
           
 

Method Detail

propertiesProxy

public java.lang.Object propertiesProxy()