Package com._1c.g5.v8.dt.aef2.bm.events
Class DerivedDataObjectStatusEvent
- java.lang.Object
-
- com._1c.g5.v8.dt.aef2.bm.events.DerivedDataObjectStatusEvent
-
- All Implemented Interfaces:
IEvent
,IServiceEvent
public class DerivedDataObjectStatusEvent extends Object implements IServiceEvent
TheIServiceEvent
that is sent on DD object status changing.- See Also:
DerivedDataObjectStatusConsumer
-
-
Constructor Summary
Constructors Constructor Description DerivedDataObjectStatusEvent(DerivedDataObjectStatus status)
Creates a new event.
-
-
-
Constructor Detail
-
DerivedDataObjectStatusEvent
public DerivedDataObjectStatusEvent(DerivedDataObjectStatus status)
Creates a new event.- Parameters:
status
- the status, cannot benull
.
-
-
Method Detail
-
getStatus
public DerivedDataObjectStatus getStatus()
Returns the status.- Returns:
- the status.
-
-