Package | Description |
---|---|
lavesdk.algorithm | |
lavesdk.algorithm.plugin |
Modifier and Type | Class and Description |
---|---|
class |
RTEAdapter
Provides a default implementation of
RTEListener . |
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmRTE.addListener(RTEListener listener)
Adds a new listener to listen to runtime events of the algorithm.
|
void |
AlgorithmRTE.removeListener(RTEListener listener)
Removes the listener from the algorithm runtime environment.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AlgorithmPlugin
Represents a plugin in a
PluginHost . |