org.seleniumhq.selenium.fluent
Class Period.Milliseconds

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.Period
      extended by org.seleniumhq.selenium.fluent.Period.Milliseconds
Direct Known Subclasses:
Period.Seconds
Enclosing class:
Period

public static class Period.Milliseconds
extends Period


Nested Class Summary
 
Nested classes/interfaces inherited from class org.seleniumhq.selenium.fluent.Period
Period.Milliseconds, Period.Minutes, Period.Seconds
 
Constructor Summary
Period.Milliseconds(int millis)
           
 
Method Summary
 long getEndMillis(long from)
           
 int howLong()
           
 TimeUnit timeUnit()
           
 String toString()
           
 
Methods inherited from class org.seleniumhq.selenium.fluent.Period
millis, mins, secs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Period.Milliseconds

public Period.Milliseconds(int millis)
Method Detail

howLong

public int howLong()
Specified by:
howLong in class Period

timeUnit

public TimeUnit timeUnit()
Specified by:
timeUnit in class Period

getEndMillis

public final long getEndMillis(long from)
Specified by:
getEndMillis in class Period

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.