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 theExternalValidationStatusappropriate for the component it was sent.final booleanisAsync()Returnstrueif the event should be queued asynchronously.
-
Constructor Details
-
ExternalValidationEvent
Creates a new event instance.- Parameters:
status- theExternalValidationStatusornullif the new status is absent.
-
-
Method Details
-
getStatus
Returns theExternalValidationStatusappropriate for the component it was sent.- Returns:
- the
ExternalValidationStatusornullif the new status is absent.
-
isAsync
public final 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
-