JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Version:
1.0
Author:
Prof. David Bernstein, James Madison University
See Also:
"The Design and Implementation of Multimedia Software © 2011"
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method