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

public abstract class ClientEvent extends Object implements IClientEvent
An abstract implementation of IClientEvent.
  • 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
      Returns true if the event should be queued asynchronously.
      Specified by:
      isAsync in interface IClientEvent
      Returns:
      true if the event should be queued asynchronously