Class AudioNextAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Destroyable

    public class AudioNextAction
    extends AbstractAudioAction
    Play the sound track from the Audio Marker after the one most recently played.
    Play from the first such Marker if none has been played, or repeat the last marker if at the end.
    Since:
    547
    See Also:
    Serialized Form
    • Constructor Detail

      • AudioNextAction

        public AudioNextAction()
        Constructs a new AudioNextAction.
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)