类 WebSessionEvent
java.lang.Object
java.util.EventObject
cn.taketoday.context.ApplicationEvent
cn.taketoday.session.WebSessionEvent
- 所有已实现的接口:
Serializable
public class WebSessionEvent
extends cn.taketoday.context.ApplicationEvent
This is the class representing event notifications for
changes to sessions within a web application.
- 从以下版本开始:
- 4.0 2022/4/9 09:53
- 作者:
- Harry Yang
- 另请参阅:
-
字段概要
字段从类继承的字段 java.util.EventObject
source -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the session that changed.returns session's id从类继承的方法 cn.taketoday.context.ApplicationEvent
getTimestamp从类继承的方法 java.util.EventObject
getSource, toString
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
session
-
-
构造器详细资料
-
WebSessionEvent
-
-
方法详细资料
-
getSession
Return the session that changed.- 返回:
- the
WebSessionfor this event.
-
getSessionId
returns session's id
-