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 boolean
isAsync()
Returnstrue
if the event should be queued asynchronously.
-
-
-
Method Detail
-
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
-
-