net.beadsproject.beads.events
Interface IntegerBead

All Known Implementing Classes:
Clock

public interface IntegerBead

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


Method Summary
 int getInt()
          Gets the intger value.
 

Method Detail

getInt

int getInt()
Gets the intger value.

Returns:
the integer value.