com.spss.psapi.transform

Interface InteractiveOutput

  • All Superinterfaces:
    BuiltObject, ContentContainerProvider, PropertiedObject


    public interface InteractiveOutput
    extends BuiltObject
    This encapsulates the concrete results of executing ObjectBuilder nodes that can generate interactive outputs.
    Since:
    PSAPI 1.1
    Version:
    1.0
    Author:
    Julian Clinton
    Specification Status:
    Under Development
    • Method Detail

      • getInteractor

        Interactor getInteractor()
                                 throws ObjectCreationException
        Returns the interactor for this output. The interactor defines the interactive methods appropriate to this output. It is instantiated on the first call. Closing this output terminates the interaction.
        Returns:
        the interactor for this output
        Throws:
        ObjectCreationException - if the interactor could not be instantiated
        Since:
        PSAPI 2.0

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