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, name
propertyChangeSupport
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, setName
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
protected boolean enableErrorSound
protected boolean enableFinishedSound
public void run()
run
in interface java.lang.Runnable
public void signalMachineState(AbstractMachine.State state)
signalMachineState
in interface Signaler
signalMachineState
in class AbstractSignaler
public void signalJobProcessorState(AbstractJobProcessor.State state)
signalJobProcessorState
in interface Signaler
signalJobProcessorState
in class AbstractSignaler
public Wizard getConfigurationWizard()
WizardConfigurable
getConfigurationWizard
in interface WizardConfigurable
getConfigurationWizard
in class AbstractSignaler
public boolean isEnableErrorSound()
public void setEnableErrorSound(boolean enableErrorSound)
public boolean isEnableFinishedSound()
public void setEnableFinishedSound(boolean enableFinishedSound)