Class ConductingSeriesUpdatedEventHandler
java.lang.Object
org.opencastproject.event.handler.ConductingSeriesUpdatedEventHandler
- All Implemented Interfaces:
SeriesUpdateHandler
Very simple approach to serialize the work of all three dependend update handlers. Todo: Merge all handlers into one
to avoid unnecessary distribution updates etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.osgi.service.component.ComponentContext cc) voiddeactivate(org.osgi.service.component.ComponentContext cc) voidexecute(SeriesItem seriesItem) voidOSGi DI callback.voidOSGi DI callback.
-
Constructor Details
-
ConductingSeriesUpdatedEventHandler
public ConductingSeriesUpdatedEventHandler()
-
-
Method Details
-
activate
public void activate(org.osgi.service.component.ComponentContext cc) -
deactivate
public void deactivate(org.osgi.service.component.ComponentContext cc) -
execute
- Specified by:
executein interfaceSeriesUpdateHandler
-
setAssetManagerUpdatedEventHandler
OSGi DI callback. -
setSearchUpdatedEventHandler
OSGi DI callback.
-