public class Events
extends java.lang.Object
SimpleMessageBus
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHANGE_RESOURCE_BUTTON_STATE_EVENT
Event is fired when you want to change the state of the Resource Filter icon in the Toolbar.
|
static java.lang.String |
MODEL_ADJUSTING
Event is fired whenever the model setAdjusting() is called.
|
static java.lang.String |
PROJECT_LOADED
Event is fired whenever a project is loaded/refreshed.
|
static java.lang.String |
SELECTED_ACTIVITIES_EVENT
Message/Event when there selection of activities changes in the upper Gantt View.
|
static java.lang.String |
TOGGLE_RESOURCE_FILTER_EVENT
Message/Event that is fired when the resource filter is toggled.
|
Constructor and Description |
---|
Events() |
public static final java.lang.String SELECTED_ACTIVITIES_EVENT
SelectionEvent
, so to the receiver
it's just a hint that they should do something based on the selected
activites in the gantt view
"selected_activities_event"public static final java.lang.String TOGGLE_RESOURCE_FILTER_EVENT
public static final java.lang.String CHANGE_RESOURCE_BUTTON_STATE_EVENT
public static final java.lang.String PROJECT_LOADED
public static final java.lang.String MODEL_ADJUSTING