Class AttachmentWebdavListener

    • Constructor Detail

      • AttachmentWebdavListener

        public AttachmentWebdavListener()
    • Method Detail

      • onUpdate

        public void onUpdate​(AttachmentEvent event)
        Description copied from interface: ResourceEventListener
        An event on the update of a resource has be listened. By default, this method does nothing.
        Parameters:
        event - the event on the update of a resource.
      • onUnlock

        public void onUnlock​(AttachmentEvent event)
        Description copied from interface: ResourceEventListener
        An event on the unlock of a resource has be listened. By default, this method does nothing.
        Parameters:
        event - the event on the unlock of a resource.
      • onRemoving

        public void onRemoving​(AttachmentEvent event)
        Description copied from interface: ResourceEventListener
        An event on the removing of a resource has be listened. A removed resource is again existent and it is recoverable; it is usually put in a trash. By default, this method does nothing.
        Parameters:
        event - the event on the removing of a resource.
      • onDeletion

        public void onDeletion​(AttachmentEvent event)
        Description copied from interface: ResourceEventListener
        An event on the deletion of a resource has be listened. A deleted resource is nonexistent and nonrecoverable. By default, this method does nothing.
        Parameters:
        event - the event on the deletion of a resource.