Uses of Enum Class
cloud.opencode.base.lock.event.LockEvent.EventType
Packages that use LockEvent.EventType
Package
Description
Lock Event Package - Lock Lifecycle Event Notification (JDK 25)
锁事件包 - 锁生命周期事件通知 (JDK 25)
-
Uses of LockEvent.EventType in cloud.opencode.base.lock.event
Subclasses with type arguments of type LockEvent.EventType in cloud.opencode.base.lock.eventModifier and TypeClassDescriptionstatic enumLock Event Type Enumeration 锁事件类型枚举Methods in cloud.opencode.base.lock.event that return LockEvent.EventTypeModifier and TypeMethodDescriptionLockEvent.type()Returns the value of thetyperecord component.static LockEvent.EventTypeReturns the enum constant of this class with the specified name.static LockEvent.EventType[]LockEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.lock.event with parameters of type LockEvent.EventType