| org.mmbase.module.Module org.mmbase.module.ReloadableModule org.mmbase.module.WatchedReloadableModule
WatchedReloadableModule | abstract public class WatchedReloadableModule extends ReloadableModule (Code) | | This Reloadable Module extension reloads its configuration and calls reload, automaticly if the
module XML changes.
author: Michiel Meeuwissen since: MMBase-1.8 version: $Id: WatchedReloadableModule.java,v 1.6 2007/06/19 13:59:30 michiel Exp $ |
Method Summary | |
public void | onload() On the onload of a reloadable module, a filewatcher is started. |
WatchedReloadableModule | public WatchedReloadableModule()(Code) | | |
WatchedReloadableModule | public WatchedReloadableModule(String name)(Code) | | |
onload | public void onload()(Code) | | On the onload of a reloadable module, a filewatcher is started. You should call
super.onload if you need to override this.
|
|
|