Package com._1c.g5.aef2.events
Class ClientEvent
java.lang.Object
com._1c.g5.aef2.events.ClientEvent
- All Implemented Interfaces:
IClientEvent,IEvent
- Direct Known Subclasses:
ClienRefreshPermissionMessagesEvent,ClientCollapseAllEvent,ClientEditorSaveEvent,ClientExpandAllEvent,ClientFocusEvent,ClientSelectionEvent,ClientSetBoldFunctionalityEvent,ClientSetFilterByStandaloneContentEvent,ClientSetFilterEvent,ClientSetSelectionEvent,ClientShowOnlyUsedContentEvent,CommonPicturesContentTypeChangeEvent,CommonPicturesPreviewImageChangeEvent,RestoreFocusEvent,SignOfUnfilledParentChangeEvent
An abstract implementation of
IClientEvent.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAsync()Returnstrueif the event should be queued asynchronously.
-
Constructor Details
-
ClientEvent
public ClientEvent(boolean async) Constructs a client event.- Parameters:
async-trueif the event should be queued asynchronously
-
-
Method Details
-
isAsync
public boolean isAsync()Description copied from interface:IClientEventReturnstrueif the event should be queued asynchronously.- Specified by:
isAsyncin interfaceIClientEvent- Returns:
trueif the event should be queued asynchronously
-