public class Neoden4Signaler extends AbstractSignaler implements java.lang.Runnable
PropertySheetHolder.PropertySheet| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
enableErrorSound  | 
protected boolean | 
enableFinishedSound  | 
deleteAction, id, namepropertyChangeSupport| Constructor and Description | 
|---|
Neoden4Signaler()  | 
| Modifier and Type | Method and Description | 
|---|---|
Wizard | 
getConfigurationWizard()
Gets a Wizard that can be used to configure this object. 
 | 
boolean | 
isEnableErrorSound()  | 
boolean | 
isEnableFinishedSound()  | 
void | 
run()  | 
void | 
setEnableErrorSound(boolean enableErrorSound)  | 
void | 
setEnableFinishedSound(boolean enableFinishedSound)  | 
void | 
signalJobProcessorState(AbstractJobProcessor.State state)  | 
void | 
signalMachineState(AbstractMachine.State state)  | 
getChildPropertySheetHolders, getId, getName, getPropertySheetHolderActions, getPropertySheetHolderIcon, getPropertySheetHolderTitle, getPropertySheets, setNameaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerprotected boolean enableErrorSound
protected boolean enableFinishedSound
public void run()
run in interface java.lang.Runnablepublic void signalMachineState(AbstractMachine.State state)
signalMachineState in interface SignalersignalMachineState in class AbstractSignalerpublic void signalJobProcessorState(AbstractJobProcessor.State state)
signalJobProcessorState in interface SignalersignalJobProcessorState in class AbstractSignalerpublic Wizard getConfigurationWizard()
WizardConfigurablegetConfigurationWizard in interface WizardConfigurablegetConfigurationWizard in class AbstractSignalerpublic boolean isEnableErrorSound()
public void setEnableErrorSound(boolean enableErrorSound)
public boolean isEnableFinishedSound()
public void setEnableFinishedSound(boolean enableFinishedSound)