@Deprecated
public interface ProcessesUpdater
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventName()
Deprecated.
Global event name on which
onEvent(CockpitEvent) will be called. |
java.lang.String |
getEventScope()
Deprecated.
Scope of the event
CockpitEvent#SESSION,CockpitEvent#APPLICATION or CockpitEvent#DESKTOP. |
java.util.List<java.lang.String> |
onEvent(CockpitEvent cockpitEvent)
Deprecated.
Event callback.
|
java.lang.String getEventName()
onEvent(CockpitEvent) will be called.java.util.List<java.lang.String> onEvent(CockpitEvent cockpitEvent)
cockpitEvent - global cockpit event.java.lang.String getEventScope()
CockpitEvent#SESSION,CockpitEvent#APPLICATION or CockpitEvent#DESKTOP.Copyright © 2018 SAP SE. All Rights Reserved.