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 voidInProcessCache. registerCallbackWhenCacheEmpty(EventSubscriber aController)voidInProcessCache. 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 classAggregateAnalysisEngineController_implclassBaseAnalysisEngineControllerclassPrimitiveAnalysisEngineController_implMethods in org.apache.uima.aae.controller that return EventSubscriber Modifier and Type Method Description EventSubscriberAnalysisEngineController. getEventListener()EventSubscriberAnalysisEngineControllerAdapter. getEventListener()EventSubscriberBaseAnalysisEngineController. getEventListener()Returns interface via which this instance receives callbacks
-