jp.ne.mki.wedge.education.framerunner.noframe
クラス SystemExitChecker

java.lang.Object
  上位を拡張 jp.ne.mki.wedge.education.framerunner.noframe.SystemExitChecker

public class SystemExitChecker
extends java.lang.Object

全ての画面が終了 もしくは 非表示になった時点で SystemExit します。 画面に対してComponentListener,WindowListenerを追加してチェックしています。

作成者:
Media Knowledge Industrial Co.,Ltd.

コンストラクタの概要
SystemExitChecker()
           
 
メソッドの概要
 void executeAfter(ExecutionInterface execution, int index, int resultCode)
           
 void executeBefore(ExecutionInterface execution, int index, int skipCount)
           
 void startUp(ExecutionListInterface executions, javax.swing.JComponent currentComp, ClientManagerInterface manager)
           
 void tearDown(ExecutionListInterface executions, int result, ClientManagerInterface manager)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SystemExitChecker

public SystemExitChecker()
メソッドの詳細

startUp

public void startUp(ExecutionListInterface executions,
                    javax.swing.JComponent currentComp,
                    ClientManagerInterface manager)

tearDown

public void tearDown(ExecutionListInterface executions,
                     int result,
                     ClientManagerInterface manager)

executeBefore

public void executeBefore(ExecutionInterface execution,
                          int index,
                          int skipCount)

executeAfter

public void executeAfter(ExecutionInterface execution,
                         int index,
                         int resultCode)