org.apache.catalina
インタフェース SessionListener

既知の実装クラスの一覧:
SingleSignOn

public interface SessionListener

Interface defining a listener for significant Session generated events.

バージョン:
$Revision: 1.1 $ $Date: 2001/07/29 03:43:54 $
作成者:
Craig R. McClanahan

メソッドの概要
 void sessionEvent(SessionEvent event)
          Acknowledge the occurrence of the specified event.
 

メソッドの詳細

sessionEvent

public void sessionEvent(SessionEvent event)
Acknowledge the occurrence of the specified event.
パラメータ:
event - SessionEvent that has occurred


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.