Package | Description |
---|---|
com.spss.psapi.task |
This provides objects that create and represent data mining tasks.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionFeedbackEvent |
ExecutionFeedbackEvent.createExecutionFeedbackEvent(ExecutionHandle handle,
int type,
int severity,
int messageId,
java.lang.String message)
Creates a new execution feedback event.
|
static ExecutionFeedbackEvent |
ExecutionFeedbackEvent.createExecutionFeedbackEvent(ExecutionHandle handle,
int type,
int severity,
java.lang.String message)
Creates a new execution feedback event.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionFeedbackListener.executionFeedback(ExecutionFeedbackEvent event)
Called when execution feedback is produced.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.