Interface DomainObjectClosedListener


public interface DomainObjectClosedListener
An interface that allows for a callback when a DomainObject is closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback indicating that the specified DomainObject has been closed.
  • Method Details

    • domainObjectClosed

      void domainObjectClosed(DomainObject dobj)
      Callback indicating that the specified DomainObject has been closed.
      Parameters:
      dobj - domain object