anon.util
Class Updater.ConstantUpdateInterval

java.lang.Object
  extended by anon.util.Updater.ConstantUpdateInterval
All Implemented Interfaces:
Updater.IUpdateInterval
Enclosing class:
Updater

protected static final class Updater.ConstantUpdateInterval
extends java.lang.Object
implements Updater.IUpdateInterval


Field Summary
private  long m_updateInterval
           
 
Constructor Summary
Updater.ConstantUpdateInterval(long a_updateInterval)
           
 
Method Summary
 long getUpdateInterval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_updateInterval

private long m_updateInterval
Constructor Detail

Updater.ConstantUpdateInterval

public Updater.ConstantUpdateInterval(long a_updateInterval)
Method Detail

getUpdateInterval

public long getUpdateInterval()
Specified by:
getUpdateInterval in interface Updater.IUpdateInterval