Package org.uberfire.backend.vfs.impl
Class ForceUnlockEvent
- java.lang.Object
-
- org.uberfire.backend.vfs.impl.ForceUnlockEvent
-
public class ForceUnlockEvent extends Object
Client-local event to indicate that the specified path's lock should be released. This is used in admin functionality for overriding locks. The user currently holding the lock will not be notified and can potentially lose data.
-
-
Constructor Summary
Constructors Constructor Description ForceUnlockEvent(Path path)
-