com.spss.psapi.extensions.common.spi2

Interface OutputDelegate

  • All Superinterfaces:
    ExtensionObjectDelegate


    public interface OutputDelegate
    extends ExtensionObjectDelegate
    Defines the methods supported by an output delegate. An output delegate instance is created for each ExtensionOutput instance. The implementing class must declare a no-argument constructor. The path of the implementing class is specified in the "delegate" attribute of the relevant DocumentOutput or ModelOutput element in the extension.xml file.
    Since:
    PSAPI 17.0
    Author:
    Julian Clinton
    See Also:
    ExtensionOutput
    • Method Detail

      • initOutputDelegate

        void initOutputDelegate(OutputContext outputContext)
        Called when an ExtensionOutput is being initialised.
        Parameters:
        outputContext - the output context
      • disposeOutputDelegate

        void disposeOutputDelegate(OutputContext outputContext)
        Called when an ExtensionOutput is being disposed of. This allows a delegate to dispose of any system resources it has allocated during its lifetime.
        Parameters:
        outputContext - the output context

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.