Class UpdatedLockStatusEvent


  • public class UpdatedLockStatusEvent
    extends Object
    Client-local event to inform UI components of a lock status change.
    • Constructor Detail

      • UpdatedLockStatusEvent

        public UpdatedLockStatusEvent​(org.uberfire.backend.vfs.Path file,
                                      boolean locked,
                                      boolean lockedByCurrentUser)
    • Method Detail

      • getFile

        public org.uberfire.backend.vfs.Path getFile()
      • isLocked

        public boolean isLocked()
      • isLockedByCurrentUser

        public boolean isLockedByCurrentUser()