Klasse GlobalWorkflowCfgChangedEvent
java.lang.Object
de.uplanet.lucy.server.configuration.CfgFileChangedEvent
de.uplanet.lucy.server.workflow.configuration.GlobalWorkflowCfgChangedEvent
- Alle implementierten Schnittstellen:
ICfgFileChangedEvent,IConfigurationEvent,IServerEvent,IGlobalWorkflowCfgChangedEvent
@Scriptable
public final class GlobalWorkflowCfgChangedEvent
extends de.uplanet.lucy.server.configuration.CfgFileChangedEvent
implements IGlobalWorkflowCfgChangedEvent
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGlobalWorkflowCfgChangedEvent(File p_file) Construct a global workflow configuration object. -
Methodenübersicht
Von Klasse geerbte Methoden de.uplanet.lucy.server.configuration.CfgFileChangedEvent
getCfgFile, toStringVon Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.configuration.ICfgFileChangedEvent
getCfgFile
-
Konstruktordetails
-
GlobalWorkflowCfgChangedEvent
Construct a global workflow configuration object.- Parameter:
p_file- The configuration file;
-