openpiano.settings
Class SoundbankCheck

java.lang.Object
  extended by openpiano.settings.SoundbankCheck

public class SoundbankCheck
extends Object

A class to download and install the soundbank file for the java synthesizer

Version:
1.0, 07/30/08
Author:
Sascha Westermann

Constructor Summary
SoundbankCheck(Controller controller)
          Creates a soundbank object
 
Method Summary
 Boolean hasFailed()
          Return true if the installation failed
 Boolean isRemindOn()
          Returns true if the reminder is on
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundbankCheck

public SoundbankCheck(Controller controller)
Creates a soundbank object

Parameters:
controller - the main controller of the application
Method Detail

hasFailed

public Boolean hasFailed()
Return true if the installation failed

Returns:
true if the installation failed

isRemindOn

public Boolean isRemindOn()
Returns true if the reminder is on

Returns:
true if the reminder is on