use only in legacy CUBA code. In new code, use UiEventPublisher.
@Deprecated
public interface UiEvent
Marker interface for events that are sent to UIs screens.
UiEvent events are passed only to EventListener methods declared in UI
controllers of windows and frames and they can be fired only from UI thread using
Events bean.