org.herac.tuxguitar.player.impl.jsa.assistant
Interface SBInstallerlistener

All Known Implementing Classes:
SBInstallerGui

public interface SBInstallerlistener


Method Summary
 void notifyFailed(java.lang.Throwable throwable)
           
 void notifyFinish()
           
 void notifyProcess(java.lang.String process)
           
 

Method Detail

notifyProcess

void notifyProcess(java.lang.String process)

notifyFinish

void notifyFinish()

notifyFailed

void notifyFailed(java.lang.Throwable throwable)