Modifier and Type | Class and Description |
---|---|
static class |
JavascriptInvokeUrl.ValueHolderMessageHander |
Modifier and Type | Method and Description |
---|---|
void |
ResourceFilterHelper.addFilterRefreshedEvent(SimpleMessageBus.MessageHandler handler)
Registers a new handler that gets notified once the filter has been completely refreshed
|
Modifier and Type | Class and Description |
---|---|
class |
SnapToGridActivityListener
Snap To Grid is an
ActivityListener that decorates and existing
ActivityListener by altering the IlvTimeInterval for the
event to ensure that while the activity is moved or resized that it's times
align with the snap to grid interval. |
Modifier and Type | Method and Description |
---|---|
java.util.List<SimpleMessageBus.MessageHandler> |
SimpleMessageBus.getHandlers(java.lang.String id)
Returns the list of MessageHandlers registers for a given id
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleMessageBus.registerListener(java.lang.String id,
SimpleMessageBus.MessageHandler handler,
boolean single)
Register a message receiver that will receive messages that posted.
|
void |
SimpleMessageBus.removeListener(java.lang.String msgId,
SimpleMessageBus.MessageHandler handler)
Remove the given message handler from the listeners of the given message id.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceViewContainer |
Modifier and Type | Class and Description |
---|---|
class |
CompareView
The compare optimization view is a specialized view that presents 2 gantt models in a dual vertical pane, where the
two views are in sync for comparison purposes.
|