event
Interface MetronomeListener

All Known Subinterfaces:
Sprite
All Known Implementing Classes:
AbstractSprite, DescribedSprite, Orchestra, Part, RuleBasedSprite, SampledSprite, Screen, SpecialEffectsScreen, Stage, TweeningSprite, UDPMetronomeBroadcaster

public interface MetronomeListener

The requirements of an object that listens to a Metronome

See Also:
"The Design and Implementation of Multimedia Software © 2011"

Method Summary
 void handleTick(int millis)
          Handle a Metronome tick
 

Method Detail

handleTick

void handleTick(int millis)
Handle a Metronome tick

Parameters:
millis - The number of milliseconds since the Metronome started


Design and Implementation of Multimedia Software, Jones and Bartlett Publishers