Package 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

    Modifier and Type
    Method
    Description
    Returns the proxy object to query for Properties instead of me.
  • Method Details

    • propertiesProxy

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