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 TypeMethodDescriptionboolean
isAsync()
Returnstrue
if the event should be queued asynchronously.
-
Constructor Details
-
ClientEvent
public ClientEvent(boolean async) Constructs a client event.- Parameters:
async
-true
if the event should be queued asynchronously
-
-
Method Details
-
isAsync
public boolean isAsync()Description copied from interface:IClientEvent
Returnstrue
if the event should be queued asynchronously.- Specified by:
isAsync
in interfaceIClientEvent
- Returns:
true
if the event should be queued asynchronously
-