クラス SessionDestroyedEvent

java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.session.events.AbstractSessionEvent
org.springframework.session.events.SessionDestroyedEvent
実装されたすべてのインターフェース:
SerializableSE
既知の直属サブクラス
SessionDeletedEventSessionExpiredEvent

public class SessionDestroyedEvent extends AbstractSessionEvent
Session が明示的に破棄されたときに発生するイベントの基本クラス。
導入:
1.0
関連事項:
  • コンストラクターの詳細

    • SessionDestroyedEvent

      public SessionDestroyedEvent(ObjectSE source, Session session)
      新しい SessionDestroyedEvent を作成します。
      パラメーター:
      source - イベントのソース
      session - 作成されたセッション