Package net.beadsproject.beads.events

Provides classes for handling events.

See:
          Description

Interface Summary
FloatBead Interface used to indicate a Bead that stores a single float value.
IntegerBead Interface used to indicate a Bead that stores a single integer value.
SoundEvent A general purpose interface for defining sound events.
 

Class Summary
AudioContextStopTrigger Use AudioContextStopTrigger to cause the AudioContext to stop in response to a given event.
KillTrigger Use KillTrigger to cause a specific Bead to be killed (Bead.kill()) in response to a specific event.
PauseTrigger Use PauseTrigger to cause a specific Bead to pause in response to a specific event.
SoundEventManager SoundEventManager allows SoundEvents to be played where the class of the SoundEvent is specified by an entry in the Map argument referenced by the key "class".
StartTrigger Use StartTrigger to cause a specific Bead to start (unpause) in response to a specific event.
 

Package net.beadsproject.beads.events Description

Provides classes for handling events.