Uses of Interface
org.apache.uima.aae.controller.EventSubscriber
-
Packages that use EventSubscriber Package Description org.apache.uima.aae org.apache.uima.aae.controller -
-
Uses of EventSubscriber in org.apache.uima.aae
Methods in org.apache.uima.aae with parameters of type EventSubscriber Modifier and Type Method Description void
InProcessCache. registerCallbackWhenCacheEmpty(EventSubscriber aController)
void
InProcessCache. registerCallbackWhenCacheEmpty(EventSubscriber aController, int notification)
-
Uses of EventSubscriber in org.apache.uima.aae.controller
Classes in org.apache.uima.aae.controller that implement EventSubscriber Modifier and Type Class Description class
AggregateAnalysisEngineController_impl
class
BaseAnalysisEngineController
class
PrimitiveAnalysisEngineController_impl
Methods in org.apache.uima.aae.controller that return EventSubscriber Modifier and Type Method Description EventSubscriber
AnalysisEngineController. getEventListener()
EventSubscriber
AnalysisEngineControllerAdapter. getEventListener()
EventSubscriber
BaseAnalysisEngineController. getEventListener()
Returns interface via which this instance receives callbacks
-