ddf.minim
Interface Triggerable

All Known Implementing Classes:
AudioSample

public interface Triggerable


Method Summary
 void stop()
          Stops all sound being produced.
 void trigger()
          Triggers the sound to play once.
 

Method Detail

trigger

void trigger()
Triggers the sound to play once. Can be called again before the sound finishes playing.


stop

void stop()
Stops all sound being produced.