org.maachang.engine.servlet
クラス MaaEngineListener

java.lang.Object
  上位を拡張 org.maachang.engine.servlet.MaaEngineListener

public class MaaEngineListener
extends java.lang.Object

MaaEngineListener

導入されたバージョン:
MaaEngine 1.00
バージョン:
2007/10/18
作成者:
masahito suzuki

コンストラクタの概要
MaaEngineListener()
           
 
メソッドの概要
 void contextDestroyed(ServletContextEvent sce)
          終了処理.
 void contextInitialized(ServletContextEvent sce)
          初期処理.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MaaEngineListener

public MaaEngineListener()
メソッドの詳細

contextInitialized

public void contextInitialized(ServletContextEvent sce)
初期処理.

初期処理を実行します.

パラメータ:
sce - サーブレットコンテキストイベント.

contextDestroyed

public void contextDestroyed(ServletContextEvent sce)
終了処理.

終了処理を実行します.

パラメータ:
sce - サーブレットコンテキストイベント.