| Package | Description |
|---|---|
| weka.gui.scripting.event |
| Modifier and Type | Method and Description |
|---|---|
ScriptExecutionEvent.Type |
ScriptExecutionEvent.getType()
Returns the type of event.
|
static ScriptExecutionEvent.Type |
ScriptExecutionEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptExecutionEvent.Type[] |
ScriptExecutionEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScriptExecutionEvent(Script source,
ScriptExecutionEvent.Type type)
Initializes the event.
|
ScriptExecutionEvent(Script source,
ScriptExecutionEvent.Type type,
Object additional)
Initializes the event.
|
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.