| Modifier and Type | Method and Description |
|---|---|
void |
CollectionEditorAreaController.onDelete(CockpitEvent cockpitEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionPreviewController.handleObjectDeletedEvent(CockpitEvent event) |
void |
CollectionPreviewController.handleObjectUpdatedEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkChartController.handleObjectsDeletedEvent(CockpitEvent event) |
void |
NetworkChartController.handleObjectsUpdatedEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationController.onClearNotifications(ClearNotificationsEvent clearEvent)
Processes clearEvent which removes notifications of specified source and type (if specified in clearEvent
ClearNotificationsEvent.getLevel()). |
void |
NotificationController.onNotification(NotificationEvent notificationEvent)
Starting point of notification processing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerspectiveChooserWidgetController.reset(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuickListController.handleObjectDeletedEvent(CockpitEvent event) |
void |
QuickListController.handleObjectUpdatedEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewSwitcherWidgetController.reset(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEditorAreaController.handleObjectDeletedEvent(CockpitEvent event)
Object deleted global event handler.
Checks if deleted object is equal to current object or if it's referenced by any editor within the editor area. |
void |
DefaultEditorAreaController.handleObjectUpdatedEvent(CockpitEvent event)
Object updated global event handler.
Default implementation checks if deleted object is referenced by any editor within the editor area, and if it is, the corresponding editors are reloaded. |
void |
DefaultEditorAreaController.handleResizeBrowser(CockpitEvent event) |
void |
DefaultEditorAreaController.itemLockingChanged(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionBrowserController.handleObjectCreateEvent(CockpitEvent event) |
void |
CollectionBrowserController.handleObjectDeleteEvent(CockpitEvent event) |
void |
CollectionBrowserController.handleObjectsUpdatedEvent(CockpitEvent event) |
void |
CollectionBrowserController.itemLockingChanged(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExplorerTreeController.handleObjectsDeletedEvent(CockpitEvent event) |
void |
ExplorerTreeController.handleObjectsUpdatedEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompareViewController.objectsDeleted(CockpitEvent event) |
void |
CompareViewController.objectsUpdated(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableFlowController.handleObjectDeletedEvent(CockpitEvent event) |
void |
ConfigurableFlowController.handleObjectsUpdatedEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardWidgetController.globalClientInfo(DefaultCockpitEvent globalEvent) |
void |
ExampleDefaultWidgetController.handleGlobalEvent1(CockpitEvent event) |
void |
ExampleDefaultWidgetController.handleGlobalEvent2(CockpitEvent event) |
void |
ExampleDefaultWidgetController.handleGlobalEvent3(CockpitEvent event) |
void |
BorderLayoutWidgetController.onViewInfo(DefaultCockpitEvent globalEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationHistoryController.handleObjectUpdatedEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
SummaryViewController.onDelete(CockpitEvent event) |
void |
SummaryViewController.onUpdate(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExampleWidgetViewModel.handleGlobalEvent(CockpitEvent event) |
Copyright © 2018. All rights reserved.