public class StatusListenerModelHandler extends ModelHandlerBase
context| Constructor and Description |
|---|
StatusListenerModelHandler(Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<StatusListenerModel> |
getSupportedModelClass()
Subclasses should return the sub-class of Model that they expect to handle.
|
void |
handle(InterpretationContext ic,
Model model) |
void |
postHandle(InterpretationContext ic,
Model m) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic StatusListenerModelHandler(Context context)
protected Class<StatusListenerModel> getSupportedModelClass()
ModelHandlerBasegetSupportedModelClass in class ModelHandlerBaseModelHandlerBase.isSupportedModelType(Model)public void handle(InterpretationContext ic, Model model) throws ModelHandlerException
handle in class ModelHandlerBaseModelHandlerExceptionpublic void postHandle(InterpretationContext ic, Model m)
postHandle in class ModelHandlerBaseCopyright © 2005–2019 QOS.ch. All rights reserved.