Package pi.resources.sound
Class SinglePlayTrack
java.lang.Object
pi.resources.sound.SinglePlayTrack
A
Track that plays a sound once and then stops.-
Constructor Summary
ConstructorsConstructorDescriptionSinglePlayTrack(Sound sound) Initializes a newSinglePlayTrackfor the specified sound. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SinglePlayTrack
Initializes a newSinglePlayTrackfor the specified sound.- Parameters:
sound- The sound to be played by this track.
-
-
Method Details