Package com._1c.g5.aef2.standard.events
Class ExternalValidationEvent
java.lang.Object
com._1c.g5.aef2.standard.events.ExternalValidationEvent
- All Implemented Interfaces:
IClientEvent
,IEvent
The event sent to component to update its external validation status.
This event is always
This event is always
async
.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new event instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns theExternalValidationStatus
appropriate for the component it was sent.final boolean
isAsync()
Returnstrue
if the event should be queued asynchronously.
-
Constructor Details
-
ExternalValidationEvent
Creates a new event instance.- Parameters:
status
- theExternalValidationStatus
ornull
if the new status is absent.
-
-
Method Details
-
getStatus
Returns theExternalValidationStatus
appropriate for the component it was sent.- Returns:
- the
ExternalValidationStatus
ornull
if the new status is absent.
-
isAsync
public final 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
-