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 CmsEventManager
OpenCms.getEventManager()
Returns the event manger that handles all OpenCms events.protected CmsEventManager
OpenCmsCore.getEventManager()
Returns the OpenCms event manager.Methods in org.opencms.main with parameters of type CmsEventManagerModifier and TypeMethodDescriptionprotected void
CmsEventManager.initialize
(CmsEventManager base) Initialize this event manager with all events from the given base event manager.