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()
          Returns the proxy object to query for Properties instead of me.
 

Method Detail

propertiesProxy

public java.lang.Object propertiesProxy()
Returns the proxy object to query for Properties instead of me.