[opencms-dev] Want to start a action class when installing a new module
Joachim Arrasz
info at arrasz.de
Tue Dec 2 12:33:01 CET 2003
Hi Stephan,
> when you create a module with advanced functionality you can sprecify a
> maintenance class that can implement 3 methods:
> public static void moduleWasUploaded(CmsObject cms);
> public static void moduleParameterWasUpdated(CmsObject cms);
> public static void moduleWasDeleted(CmsObject cms);The first one is
> what you are looking for i think.
that`s exactly what i`m looking for. Great!
so i tried to find a abstract superclass in the API, but found anything.
Is there a Interface or something for usages like this. When not, how can
i get the CmsObject in this case?
Bye Achim
More information about the opencms-dev
mailing list