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 | + | 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]. |
Revision as of 23:57, 1 November 2006
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.