Java 类com.vmware.vim25.mo.HttpNfcLease 实例源码

项目:vijava    文件:LeaseProgressUpdater.java   
public LeaseProgressUpdater(HttpNfcLease httpNfcLease, int updateInterval) 
{
    this.httpNfcLease = httpNfcLease;
    this.updateInterval = updateInterval;
}