Package | Description |
---|---|
com.spss.psapi.extensions.common.spi2 |
This defines SPI (Service Provider Interface) definitions that are implemented by
an extension.
|
Modifier and Type | Method and Description |
---|---|
com.spss.ae.aslhelpers.AslFunction |
AslGenerator.generateASL(AslContext aslContext)
Called when ASL needs to be generated.
|
boolean |
AslGenerator.hasPostASLActions(AslContext aslContext)
Called immediately after
generateASL() has been called to determine
whether the runPostASLActions() function should be called once ASL
execution has completed. |
void |
AslGenerator.runPostASLActions(AslContext aslContext,
boolean success)
Performs whatever actions are necessary once ASL execution has completed.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.