org.openmobileis.test.bundle.profil
Class TestModuleManagerListener
java.lang.Object
org.openmobileis.test.bundle.profil.TestModuleManagerListener
- All Implemented Interfaces:
- ModuleManagerListener
- public final class TestModuleManagerListener
- extends java.lang.Object
- implements ModuleManagerListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loadedModuleNames
public ProfileModule[] loadedModuleNames
currentIndex
public int currentIndex
TestModuleManagerListener
public TestModuleManagerListener()
initManager
public void initManager()
throws ServiceException
- Description copied from interface:
ModuleManagerListener
- call during module management init. Do all init needed before module loading.
- Specified by:
initManager
in interface ModuleManagerListener
- Throws:
ServiceException
notifyModuleLoading
public void notifyModuleLoading(ProfileModule module)
throws ServiceException
- Description copied from interface:
ModuleManagerListener
- call when a new module must be loaded. Do all the module loading.
- Specified by:
notifyModuleLoading
in interface ModuleManagerListener
- Parameters:
module
-
- Throws:
ServiceException
getXMLInstallPath
public java.lang.String getXMLInstallPath()
getJarInstallPath
public java.lang.String getJarInstallPath()
- Description copied from interface:
ModuleManagerListener
- return the path where module jar must be stored.
- Specified by:
getJarInstallPath
in interface ModuleManagerListener
- Returns:
notifyModuleUpdate
public void notifyModuleUpdate(ProfileModule module)
throws ServiceException
- Description copied from interface:
ModuleManagerListener
- call when a module has been updated by the synchro.
- Specified by:
notifyModuleUpdate
in interface ModuleManagerListener
- Parameters:
module
-
- Throws:
ServiceException
Copyright 2006 OpenMobileIS. All Rights Reserved.