public interface ModelInstancePlugin
Modifier and Type | Method and Description |
---|---|
void |
onCreate(CreateCommand cmd,
ModelInstanceEntity modelInstance)
This method is executed after model instance is created.
|
void |
onFinish(ModelInstanceEntity modelInstance)
This method is executed after model instance is finished.
|
void |
onStart(StartInterpretMessage msg,
ModelInstanceEntity modelInstance)
This method is executed before a model instance is started.
|
void onCreate(CreateCommand cmd, ModelInstanceEntity modelInstance)
cmd
- modelInstance
- void onStart(StartInterpretMessage msg, ModelInstanceEntity modelInstance)
msg
- modelInstance
- void onFinish(ModelInstanceEntity modelInstance)
modelInstance
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.