public interface ControllerCallbackListener
Modifier and Type | Method and Description |
---|---|
void |
notifyOnInitializationFailure(AnalysisEngineController aController,
Exception e) |
void |
notifyOnInitializationFailure(Exception e) |
void |
notifyOnInitializationSuccess() |
void |
notifyOnInitializationSuccess(AnalysisEngineController aController) |
void |
notifyOnReconnecting(String aMessage) |
void |
notifyOnReconnectionSuccess() |
void |
notifyOnTermination(String aMessage) |
void notifyOnTermination(String aMessage)
void notifyOnInitializationFailure(AnalysisEngineController aController, Exception e)
void notifyOnInitializationSuccess(AnalysisEngineController aController)
void notifyOnInitializationFailure(Exception e)
void notifyOnInitializationSuccess()
void notifyOnReconnecting(String aMessage)
void notifyOnReconnectionSuccess()
Copyright © 2016. All rights reserved.