Package com.vaadin.flow.server
Class SessionLockAcquiredEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.server.AbstractSessionLockEvent
com.vaadin.flow.server.SessionLockAcquiredEvent
- All Implemented Interfaces:
Serializable
Event fired through the
service event bus
when a Vaadin session lock has been acquired, for the outermost acquisition
only.- Since:
- 25.3
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.server.AbstractSessionLockEvent
getService, getSourceMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SessionLockAcquiredEvent
Creates a new event.- Parameters:
service- the Vaadin service whose session lock is being acquired or released, notnull
-