Package com._1c.g5.aef2.events
Interface IClientEvent
-
- All Superinterfaces:
IEvent
- All Known Implementing Classes:
ClientCollapseAllEvent
,ClientEvent
,ClientExpandAllEvent
,ClientFocusEvent
,ClientSelectionEvent
,ClientSetFilterByStandaloneContentEvent
,ClientSetFilterEvent
,ClientSetSelectionEvent
,ClientShowOnlyUsedContentEvent
,CommonPicturesPreviewImageChangeEvent
,ExternalValidationEvent
,RestoreFocusEvent
public interface IClientEvent extends IEvent
A contract for events sent by the scene to its components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAsync()
Returnstrue
if the event should be queued asynchronously.
-