com.aelitis.azureus.ui.swt.player
Class PlayerInstallWindow

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.player.PlayerInstallWindow
All Implemented Interfaces:
PlayerInstallerListener

public class PlayerInstallWindow
extends Object
implements PlayerInstallerListener

Author:
Gudy

Constructor Summary
PlayerInstallWindow(PlayerInstaller installer)
           
 
Method Summary
 void failed()
           
 void finished()
           
 void open()
           
 void progress(int percent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerInstallWindow

public PlayerInstallWindow(PlayerInstaller installer)
Method Detail

open

public void open()

failed

public void failed()

finished

public void finished()
Specified by:
finished in interface PlayerInstallerListener

progress

public void progress(int percent)
Specified by:
progress in interface PlayerInstallerListener