Interface UimaMessageListener
-
- All Known Implementing Classes:
UimaVmMessageListener
public interface UimaMessageListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize(UimaAsContext aContext)
void
onMessage(UimaMessage aMessage)
void
startIt()
void
stopIt()
-
-
-
Method Detail
-
onMessage
void onMessage(UimaMessage aMessage)
-
initialize
void initialize(UimaAsContext aContext) throws java.lang.Exception
- Throws:
java.lang.Exception
-
startIt
void startIt()
-
stopIt
void stopIt()
-
-