org.impalaframework.interactive.command.listener
Class StopCheckerListener

java.lang.Object
  extended by org.impalaframework.interactive.command.listener.StopCheckerListener
All Implemented Interfaces:
TestCommandListener

public class StopCheckerListener
extends java.lang.Object
implements TestCommandListener


Nested Class Summary
(package private)  class StopCheckerListener.StopCheckerDelegate
           
 
Constructor Summary
StopCheckerListener()
           
 
Method Summary
 void commandExecuted(java.lang.String commandText)
           
 void setMaxInactiveSeconds(int maxInactiveSeconds)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopCheckerListener

public StopCheckerListener()
Method Detail

commandExecuted

public void commandExecuted(java.lang.String commandText)
Specified by:
commandExecuted in interface TestCommandListener

start

public void start()

setMaxInactiveSeconds

public void setMaxInactiveSeconds(int maxInactiveSeconds)