Class GlobalWorkflowCfgChangedEvent
java.lang.Object
de.uplanet.lucy.server.configuration.CfgFileChangedEvent
de.uplanet.lucy.server.workflow.configuration.GlobalWorkflowCfgChangedEvent
- All Implemented Interfaces:
ICfgFileChangedEvent
,IConfigurationEvent
,IServerEvent
,IGlobalWorkflowCfgChangedEvent
@Scriptable
public final class GlobalWorkflowCfgChangedEvent
extends de.uplanet.lucy.server.configuration.CfgFileChangedEvent
implements IGlobalWorkflowCfgChangedEvent
-
Constructor Summary
ConstructorDescriptionGlobalWorkflowCfgChangedEvent
(File p_file) Construct a global workflow configuration object. -
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
-
GlobalWorkflowCfgChangedEvent
Construct a global workflow configuration object.- Parameters:
p_file
- The configuration file;
-