Package com.vaadin.flow.server
Class SessionLockRequestedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.server.AbstractSessionLockEvent
com.vaadin.flow.server.SessionLockRequestedEvent
- All Implemented Interfaces:
Serializable
Event fired through the
service event bus
when a Vaadin session lock is about to be requested.- 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
-
SessionLockRequestedEvent
Creates a new event.- Parameters:
service- the Vaadin service whose session lock is being acquired or released, notnull
-