biz.junginger.modules.util
Class AbstractModuleListener
java.lang.Object
biz.junginger.modules.util.AbstractModuleListener
- All Implemented Interfaces:
- ModuleListener
- public abstract class AbstractModuleListener
- extends java.lang.Object
- implements ModuleListener
Subject to the MyModules Software Licence (based on the Apache Software License).
Copyright (c) 2003 Markus Oliver Junginger. All rights reserved.
http://www.junginger.biz
- Version:
- $Id: $
- Author:
- Markus Oliver Junginger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractModuleListener
public AbstractModuleListener()
initializedModule
public void initializedModule(ModuleMetaData meta,
java.lang.Object module)
-
- Specified by:
initializedModule in interface ModuleListener
startedModule
public void startedModule(ModuleMetaData meta,
java.lang.Object module)
-
- Specified by:
startedModule in interface ModuleListener
destroyedModule
public void destroyedModule(ModuleMetaData meta,
java.lang.Object module)
-
- Specified by:
destroyedModule in interface ModuleListener