Interface IClientEvent

All Superinterfaces:
IEvent
All Known Implementing Classes:
ClienRefreshPermissionMessagesEvent, ClientCollapseAllEvent, ClientEditorSaveEvent, ClientEvent, ClientExpandAllEvent, ClientFocusEvent, ClientSelectionEvent, ClientSetBoldFunctionalityEvent, ClientSetFilterByStandaloneContentEvent, ClientSetFilterEvent, ClientSetSelectionEvent, ClientShowOnlyUsedContentEvent, CommonPicturesContentTypeChangeEvent, CommonPicturesPreviewImageChangeEvent, ExternalValidationEvent, FunctionalOptionsSetFilterEvent, RestoreFocusEvent, SignOfUnfilledParentChangeEvent

public interface IClientEvent extends IEvent
A contract for events sent by the scene to its components.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the event should be queued asynchronously.
  • Method Details

    • isAsync

      boolean isAsync()
      Returns true if the event should be queued asynchronously.
      Returns:
      true if the event should be queued asynchronously