Class JaxoSoundsHandler

  • All Implemented Interfaces:
    java.lang.Runnable

    public class JaxoSoundsHandler
    extends java.lang.Object
    implements java.lang.Runnable
    A class to handle sound events.
    Since:
    2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxoSoundsHandler​(java.lang.String wavfile)
      Constructor.
      JaxoSoundsHandler​(java.lang.String wavfile, int curP)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JaxoSoundsHandler

        public JaxoSoundsHandler​(java.lang.String wavfile)
        Constructor.
        Parameters:
        wavfile - The sound file.
      • JaxoSoundsHandler

        public JaxoSoundsHandler​(java.lang.String wavfile,
                                 int curP)
        Constructor.
        Parameters:
        wavfile - The sound file.
        curP - The position to start playing.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable