Uses of Class
org.opencms.main.CmsEventManager
Packages that use CmsEventManager
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of CmsEventManager in org.opencms.configuration
Methods in org.opencms.configuration that return CmsEventManagerModifier and TypeMethodDescriptionCmsSystemConfiguration.getEventManager()Returns the configured OpenCms event manager instance. -
Uses of CmsEventManager in org.opencms.main
Methods in org.opencms.main that return CmsEventManagerModifier and TypeMethodDescriptionstatic CmsEventManagerOpenCms.getEventManager()Returns the event manger that handles all OpenCms events.protected CmsEventManagerOpenCmsCore.getEventManager()Returns the OpenCms event manager.Methods in org.opencms.main with parameters of type CmsEventManagerModifier and TypeMethodDescriptionprotected voidCmsEventManager.initialize(CmsEventManager base) Initialize this event manager with all events from the given base event manager.