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
The IServiceEvent that is sent on DD object status changing.
See Also:
  • Constructor Details

    • DerivedDataObjectStatusEvent

      public DerivedDataObjectStatusEvent(DerivedDataObjectStatus status)
      Creates a new event.
      Parameters:
      status - the status, cannot be null.
  • Method Details