Class PortalCfgChangedEvent
java.lang.Object
de.uplanet.lucy.server.configuration.CfgFileChangedEvent
de.uplanet.lucy.server.portalserver.configuration.PortalCfgChangedEvent
- All Implemented Interfaces:
ICfgFileChangedEvent
,IConfigurationEvent
,IServerEvent
,IPortalCfgChangedEvent
@Scriptable
public final class PortalCfgChangedEvent
extends de.uplanet.lucy.server.configuration.CfgFileChangedEvent
implements IPortalCfgChangedEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class de.uplanet.lucy.server.configuration.CfgFileChangedEvent
getCfgFile, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.uplanet.lucy.server.configuration.ICfgFileChangedEvent
getCfgFile
-
Constructor Details
-
PortalCfgChangedEvent
Construct a server configuration object.- Parameters:
p_file
- The configuration file;
-