Class SinglePlayTrack
-
Constructor Summary
ConstructorsConstructorDescriptionSinglePlayTrack(Sound sound) Initializes a newSinglePlayTrackfor the specified sound.SinglePlayTrack(String soundName) Initializes a newSinglePlayTrackfor the specified sound. -
Method Summary
Methods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
SinglePlayTrack
Initializes a newSinglePlayTrackfor the specified sound.- Parameters:
soundName- The name of the sound to be played by this track.
-
SinglePlayTrack
Initializes a newSinglePlayTrackfor the specified sound.- Parameters:
sound- The sound to be played by this track.
-
-
Method Details