Class PlaySound

java.lang.Object
alarm.actions.AlarmAction
alarm.actions.sound.PlaySound
All Implemented Interfaces:
PamSettings, SettingsNameProvider

public class PlaySound extends AlarmAction implements PamSettings
  • Constructor Details

  • Method Details

    • getActionName

      public String getActionName()
      Specified by:
      getActionName in class AlarmAction
      Returns:
      the name of the alarm action
    • hasSettings

      public boolean hasSettings()
      Specified by:
      hasSettings in class AlarmAction
      Returns:
      true if the action has configurable settings
    • setSettings

      public boolean setSettings(Window window)
      Description copied from class: AlarmAction
      Open an action specific dialog to configure the action
      Specified by:
      setSettings in class AlarmAction
      Parameters:
      window - parent window
      Returns:
      true if settings changed.
    • actOnAlarm

      public boolean actOnAlarm(AlarmDataUnit alarmDataUnit)
      Description copied from class: AlarmAction
      Act on the alarm - called every time the data unit is updated.
      Specified by:
      actOnAlarm in class AlarmAction
      Parameters:
      alarmDataUnit - alarm data unit that has changed.
      Returns:
      true if action completed ok
    • canDo

      public int canDo()
      Description copied from class: AlarmAction
      Alarm action can complete (i.e. some tests have been conducted)
      Specified by:
      canDo in class AlarmAction
      Returns:
      0 = no, 1 = yes, -1 = don't know.
    • getUnitName

      public String getUnitName()
      Specified by:
      getUnitName in interface SettingsNameProvider
      Returns:
      A Name specific to this instance of the particular class, e.g. Sperm whale detector, Beaked whale detector, etc.
    • getUnitType

      public String getUnitType()
      Specified by:
      getUnitType in interface PamSettings
      Returns:
      A Name specific to the type, e.g. Click detector
    • getSettingsReference

      public Serializable getSettingsReference()
      Specified by:
      getSettingsReference in interface PamSettings
      Returns:
      The serialisable object that will be stored
    • getSettingsVersion

      public long getSettingsVersion()
      Specified by:
      getSettingsVersion in interface PamSettings
      Returns:
      An integer version number for the settings
    • restoreSettings

      public boolean restoreSettings(PamControlledUnitSettings pamControlledUnitSettings)
      Specified by:
      restoreSettings in interface PamSettings
      Returns:
      true if successful The object performs final checks (if needed) and then casts the settings data pamcontrolledunitSettings.settings into the correct type and uses as required