Uses of Class
org.codelibs.fess.helper.CoordinatorHelper.EventInfo
Packages that use CoordinatorHelper.EventInfo
-
Uses of CoordinatorHelper.EventInfo in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return types with arguments of type CoordinatorHelper.EventInfoModifier and TypeMethodDescriptionprotected List<CoordinatorHelper.EventInfo> CoordinatorHelper.fetchNewEvents()Fetches new events from OpenSearch that were created after the last check time.Methods in org.codelibs.fess.helper with parameters of type CoordinatorHelper.EventInfoModifier and TypeMethodDescriptionprotected voidCoordinatorHelper.dispatchEvent(CoordinatorHelper.EventInfo event) Dispatches an event to all registered handlers for the event name.Method parameters in org.codelibs.fess.helper with type arguments of type CoordinatorHelper.EventInfoModifier and TypeMethodDescriptionvoidCoordinatorHelper.addEventHandler(String eventName, Consumer<CoordinatorHelper.EventInfo> handler) Registers an event handler for the specified event name.