com.xqual.xagent.launcher.dialog
Class CDialogTimerListener

java.lang.Object
  extended by com.xqual.xagent.launcher.dialog.CDialogTimerListener
All Implemented Interfaces:
com.xqual.xcommon.IConstantsResults, java.awt.event.ActionListener, java.util.EventListener

public class CDialogTimerListener
extends java.lang.Object
implements com.xqual.xcommon.IConstantsResults, java.awt.event.ActionListener


Field Summary
 CDialogFrame dialogFrame
           
 
Fields inherited from interface com.xqual.xcommon.IConstantsResults
RESULT_EXISTINGDEFECT, RESULT_FAILURE, RESULT_NEWDEFECT, RESULT_NEXTTEST, RESULT_NEXTTESTCASE, RESULT_NO_RESULT, RESULT_NOT_EXECUTED, RESULT_PAUSE, RESULT_PREVIOUSTEST, RESULT_PREVIOUSTESTCASE, RESULT_RELATIVE, RESULT_REWINDTESTCASE, RESULT_SUCCESS, RESULT_UNKNOWN
 
Constructor Summary
CDialogTimerListener(CDialogFrame dialogFrame)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void enableListener(boolean enabledListener)
           
 int getAlreadyElapsedTime()
           
 void init()
           
 void setStartTime(long timeStart)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialogFrame

public CDialogFrame dialogFrame
Constructor Detail

CDialogTimerListener

public CDialogTimerListener(CDialogFrame dialogFrame)
Method Detail

init

public void init()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

enableListener

public void enableListener(boolean enabledListener)

getAlreadyElapsedTime

public int getAlreadyElapsedTime()

setStartTime

public void setStartTime(long timeStart)