class Note extends java.lang.Object implements Event
(package private) int
d
(package private) double
f
Note(int duration, double factor)
void
play()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int d
double f
public Note(int duration, double factor)
public void play()
play
Event