Action classes
(Difference between revisions)
Line 1: | Line 1: | ||
An opencms module can react at various system events. For doing this, the module must provide a so-called ''Module Action Class'' that is derived from the abstract class [http://www.opencms.org/export/javadoc/core/org/opencms/module/A_CmsModuleAction.html org.opencms.module.A_CmsModuleAction]. | An opencms module can react at various system events. For doing this, the module must provide a so-called ''Module Action Class'' that is derived from the abstract class [http://www.opencms.org/export/javadoc/core/org/opencms/module/A_CmsModuleAction.html org.opencms.module.A_CmsModuleAction]. | ||
+ | [[Category:Extending OpenCms]] |
Revision as of 20:23, 27 June 2007
An opencms module can react at various system events. For doing this, the module must provide a so-called Module Action Class that is derived from the abstract class org.opencms.module.A_CmsModuleAction.