Package com._1c.g5.aef2.events
Interface IClientEvent
- All Superinterfaces:
IEvent
- All Known Implementing Classes:
ClienRefreshPermissionMessagesEvent,ClientCollapseAllEvent,ClientEditorSaveEvent,ClientEvent,ClientExpandAllEvent,ClientFocusEvent,ClientSelectionEvent,ClientSetBoldFunctionalityEvent,ClientSetFilterByStandaloneContentEvent,ClientSetFilterEvent,ClientSetSelectionEvent,ClientShowOnlyUsedContentEvent,CommonPicturesContentTypeChangeEvent,CommonPicturesPreviewImageChangeEvent,ExternalValidationEvent,FunctionalOptionsSetFilterEvent,RestoreFocusEvent,SignOfUnfilledParentChangeEvent
A contract for events sent by the scene to its components.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAsync()Returnstrueif the event should be queued asynchronously.
-
Method Details
-
isAsync
boolean isAsync()Returnstrueif the event should be queued asynchronously.- Returns:
trueif the event should be queued asynchronously
-