M - the model typepublic interface IModelProcessingListener<M extends IModel>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IModelProcessingListener.Type
Processing types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
notifyProcessingEnded(ModelInfo<M> info,
IModelProcessingListener.Type type)
Is called when processing ended (or shortly after).
|
void |
notifyProcessingStarted(ModelInfo<M> info,
IModelProcessingListener.Type type)
Is called when processing started (or shortly before).
|
void notifyProcessingStarted(ModelInfo<M> info, IModelProcessingListener.Type type)
info - the model informationtype - the processing typevoid notifyProcessingEnded(ModelInfo<M> info, IModelProcessingListener.Type type)
info - the model informationtype - the processing typeCopyright © 2009 - 2018 SSE. All Rights Reserved.