JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
org.jfugue.parser
NoteEventListener
Contents
Description
Method Summary
Method Details
onNoteStarted(Note)
onNoteFinished(Note)
Hide sidebar
Show sidebar
Interface NoteEventListener
public interface
NoteEventListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onNoteFinished
(
Note
note)
void
onNoteStarted
(
Note
note)
Method Details
onNoteStarted
void
onNoteStarted
(
Note
note)
onNoteFinished
void
onNoteFinished
(
Note
note)