Uses of Interface
com.hybris.backoffice.events.ExternalEventCallback
-
Packages that use ExternalEventCallback Package Description com.hybris.backoffice.events com.hybris.backoffice.solrsearch.setup -
-
Uses of ExternalEventCallback in com.hybris.backoffice.events
Methods in com.hybris.backoffice.events with parameters of type ExternalEventCallback Modifier and Type Method Description booleanAbstractBackofficeEventListener. isCallbackRegistered(ExternalEventCallback<T> callback)voidAbstractBackofficeEventListener. registerCallback(ExternalEventCallback<T> callback)voidAbstractBackofficeEventListener. unregisterCallback(ExternalEventCallback<T> callback) -
Uses of ExternalEventCallback in com.hybris.backoffice.solrsearch.setup
Methods in com.hybris.backoffice.solrsearch.setup that return ExternalEventCallback Modifier and Type Method Description protected ExternalEventCallback<AfterInitializationEndEvent>BackofficeSolrSearchStartupHandler. createAfterInitializationEndCallback()
-