public class GanttConfigManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ON_GANTT_CONFIG_CHANGES_CHANGED
Event that is pushed on the
SimpleMessageBus when the GanttConfigChanges are set/changed. |
Constructor and Description |
---|
GanttConfigManager() |
Modifier and Type | Method and Description |
---|---|
void |
applyChanges() |
GanttConfigChanges |
getGanttConfigChanges() |
static GanttConfigManager |
getGanttConfigManager() |
void |
setGanttConfigChanges(GanttConfigChanges ganttConfigChanges) |
void |
setSKDViewerConfigQThread(SKDViewerConfigQThread viewerConfigQThread) |
public static final java.lang.String EVENT_ON_GANTT_CONFIG_CHANGES_CHANGED
SimpleMessageBus
when the GanttConfigChanges
are set/changed. The
event args will be the GanttConfigChanges
object
"OnGanttConfigChangesChanged"public static GanttConfigManager getGanttConfigManager()
public GanttConfigChanges getGanttConfigChanges()
public void setGanttConfigChanges(GanttConfigChanges ganttConfigChanges)
public void setSKDViewerConfigQThread(SKDViewerConfigQThread viewerConfigQThread)
public void applyChanges()