anon.util
Class Updater.DynamicUpdateInterval

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

protected static class Updater.DynamicUpdateInterval
extends java.lang.Object
implements Updater.IUpdateInterval


Field Summary
private  long m_updateInterval
           
 
Constructor Summary
Updater.DynamicUpdateInterval(long a_updateInterval)
           
 
Method Summary
 long getUpdateInterval()
           
 void setUpdateInterval(long a_updateInterval)
           
 
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.DynamicUpdateInterval

public Updater.DynamicUpdateInterval(long a_updateInterval)
Method Detail

setUpdateInterval

public void setUpdateInterval(long a_updateInterval)

getUpdateInterval

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