Package com.nt.udc.io

Interface IAttrCallback

All Known Implementing Classes:
COSARInput, CXML_OSARInput

public interface IAttrCallback
This interface is to be implemented by objects that are called back for executing custom functions returning a value as an OSAR attribute.
Since:
JDK1.1.7
  • Method Details

    • callback

      COSARAttr callback(String funcName, COSAR osar, COSARAttr[] args)
      Returns:
      An attribute value computed based on the specified function name and arguments.