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.
 

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.
Pattern A Pattern is a Bead that responds to integer events by generating other integer events and forwarding them to a BeadArray of listeners.
PauseTrigger Use PauseTrigger to cause a specific Bead to pause in response to a specific event.
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.