org.xnap.pkg
Interface PackageInstallerListener

All Superinterfaces:
ProgressMonitor
All Known Implementing Classes:
PackageInstallerDialog, PluginInstallerDialog

public interface PackageInstallerListener
extends ProgressMonitor


Method Summary
 void setTotalMaximum(int max)
           
 void setTotalMinimum(int min)
           
 void setTotalPercent(double percent)
           
 void setTotalValue(int total)
           
 
Methods inherited from interface org.xnap.gui.component.ProgressMonitor
done, isCancelled, setCancelEnabled, setMaximum, setMinimum, setPercent, setText, setThread, setValue
 

Method Detail

setTotalMinimum

void setTotalMinimum(int min)

setTotalMaximum

void setTotalMaximum(int max)

setTotalPercent

void setTotalPercent(double percent)

setTotalValue

void setTotalValue(int total)


Copyright © 2001-2005 XNap Team. All Rights Reserved.