|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfugue.Anticipator
public class Anticipator
This class can be used in conjunction with a call to Player.play() to inform your application about musical events before they happen. This is useful if you're creating an application that requires advance notice of a musical event - for example, an animation program that must wind up or swing an arm back before striking a note. This feature is covered in detail in "The Complete Guide to JFugue"
| Constructor Summary | |
|---|---|
Anticipator()
|
|
| Method Summary | |
|---|---|
void |
addParserListener(ParserListener l)
Adds a ParserListener. |
void |
removeParserListener(ParserListener l)
Removes a ParserListener. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Anticipator()
| Method Detail |
|---|
public void addParserListener(ParserListener l)
ParserListener.
listener - the listener to removepublic void removeParserListener(ParserListener l)
ParserListener.
listener - the listener to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||