public class HttpSessionEvent extends EventObject
source
コンストラクタと説明 |
---|
HttpSessionEvent(HttpSession source)
セッションのイベントを与えられたソースで生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
HttpSession |
getSession()
変更されたセッションを返します。
|
getSource, toString
public HttpSessionEvent(HttpSession source)
source
- このイベントに対応するHttpSession
public HttpSession getSession()
HttpSession
Copyright © 1999-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation. Portions Copyright © 2017- @megascus. Translated by @megascus.