Class AssetManagerEventUpdateHandler
java.lang.Object
org.opencastproject.liveschedule.message.UpdateHandler
org.opencastproject.liveschedule.message.AssetManagerEventUpdateHandler
- All Implemented Interfaces:
org.opencastproject.message.broker.api.update.AssetManagerUpdateHandler
public class AssetManagerEventUpdateHandler
extends UpdateHandler
implements org.opencastproject.message.broker.api.update.AssetManagerUpdateHandler
-
Field Summary
Fields inherited from class org.opencastproject.liveschedule.message.UpdateHandler
liveScheduleService, PUBLISH_LIVE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.osgi.service.component.ComponentContext cc) voidexecute(org.opencastproject.message.broker.api.assetmanager.AssetManagerItem item) voidsetLiveScheduleService(org.opencastproject.liveschedule.api.LiveScheduleService liveScheduleService)
-
Constructor Details
-
AssetManagerEventUpdateHandler
public AssetManagerEventUpdateHandler()
-
-
Method Details
-
activate
public void activate(org.osgi.service.component.ComponentContext cc) - Overrides:
activatein classUpdateHandler
-
execute
public void execute(org.opencastproject.message.broker.api.assetmanager.AssetManagerItem item) - Specified by:
executein interfaceorg.opencastproject.message.broker.api.update.AssetManagerUpdateHandler
-
setLiveScheduleService
public void setLiveScheduleService(org.opencastproject.liveschedule.api.LiveScheduleService liveScheduleService) - Overrides:
setLiveScheduleServicein classUpdateHandler
-