org.seleniuminspector
Class LoadingMode

java.lang.Object
  extended by org.seleniuminspector.LoadingMode
Direct Known Subclasses:
ClientLoadingMode, ServerLoadingMode

public abstract class LoadingMode
extends java.lang.Object


Constructor Summary
LoadingMode()
           
 
Method Summary
protected  void sleep(long millis)
           
abstract  void waitForLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadingMode

public LoadingMode()
Method Detail

waitForLoad

public abstract void waitForLoad()

sleep

protected void sleep(long millis)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.