Package com._1c.g5.aef2.standard.events
Class ExternalValidationEvent
- java.lang.Object
-
- com._1c.g5.aef2.standard.events.ExternalValidationEvent
-
- All Implemented Interfaces:
IClientEvent,IEvent
public final class ExternalValidationEvent extends Object implements IClientEvent
The event sent to component to update its external validation status.
This event is alwaysasync.
-
-
Constructor Summary
Constructors Constructor Description ExternalValidationEvent(ExternalValidationStatus status)Creates a new event instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalValidationStatusgetStatus()Returns theExternalValidationStatusappropriate for the component it was sent.booleanisAsync()Returnstrueif the event should be queued asynchronously.
-
-
-
Constructor Detail
-
ExternalValidationEvent
public ExternalValidationEvent(ExternalValidationStatus status)
Creates a new event instance.- Parameters:
status- theExternalValidationStatusornullif the new status is absent.
-
-
Method Detail
-
getStatus
public ExternalValidationStatus 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
-
-