org.herac.tuxguitar.player.impl.jsa.assistant
Class SBInstaller

java.lang.Object
  extended by org.herac.tuxguitar.player.impl.jsa.assistant.SBInstaller

public class SBInstaller
extends java.lang.Object


Constructor Summary
SBInstaller(java.net.URL url, java.io.File tmpPath, java.io.File dstPath, MidiPortSynthesizer synthesizer, SBInstallerlistener listener)
           
 
Method Summary
 boolean isCancelled()
           
 void process()
           
 void setCancelled(boolean cancelled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBInstaller

public SBInstaller(java.net.URL url,
                   java.io.File tmpPath,
                   java.io.File dstPath,
                   MidiPortSynthesizer synthesizer,
                   SBInstallerlistener listener)
Method Detail

process

public void process()

isCancelled

public boolean isCancelled()

setCancelled

public void setCancelled(boolean cancelled)