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:
ClientCollapseAllEvent,ClientExpandAllEvent,ClientFocusEvent,ClientSelectionEvent,ClientSetFilterByStandaloneContentEvent,ClientSetFilterEvent,ClientSetSelectionEvent,ClientShowOnlyUsedContentEvent,CommonPicturesPreviewImageChangeEvent,RestoreFocusEvent
public abstract class ClientEvent extends Object implements IClientEvent
An abstract implementation ofIClientEvent.
-
-
Constructor Summary
Constructors Constructor Description ClientEvent(boolean async)Constructs a client event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAsync()Returnstrueif the event should be queued asynchronously.
-
-
-
Method Detail
-
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
-
-