Class WebdavDocumentUnlockedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.webdav.event.WebdavDocumentUnlockedEvent
All Implemented Interfaces:
Serializable

public class WebdavDocumentUnlockedEvent extends org.springframework.context.ApplicationEvent
Sent after a WebdavDocument is unlocked and the WebdavLockDescriptor is already removed.
See Also:
  • Constructor Details

    • WebdavDocumentUnlockedEvent

      public WebdavDocumentUnlockedEvent(WebdavDocument document)
  • Method Details