net.beadsproject.beads.events
Interface FloatBead


public interface FloatBead

Interface used to indicate a Bead that stores a single float value.


Method Summary
 float getFloat()
          Gets the float value.
 

Method Detail

getFloat

float getFloat()
Gets the float value.

Returns:
the float value.