public interface ControllerCallbackListener
Modifier and Type | Method and Description |
---|---|
void |
notifyOnInitializationFailure(AnalysisEngineController aController,
java.lang.Exception e) |
void |
notifyOnInitializationFailure(java.lang.Exception e) |
void |
notifyOnInitializationSuccess() |
void |
notifyOnInitializationSuccess(AnalysisEngineController aController) |
void |
notifyOnReconnecting(java.lang.String aMessage) |
void |
notifyOnReconnectionSuccess() |
void |
notifyOnTermination(java.lang.String aMessage) |
void notifyOnTermination(java.lang.String aMessage)
void notifyOnInitializationFailure(AnalysisEngineController aController, java.lang.Exception e)
void notifyOnInitializationSuccess(AnalysisEngineController aController)
void notifyOnInitializationFailure(java.lang.Exception e)
void notifyOnInitializationSuccess()
void notifyOnReconnecting(java.lang.String aMessage)
void notifyOnReconnectionSuccess()
Copyright © 2012. All Rights Reserved.