abc4j API Specification

abc.parser
Interface TuneBookListenerInterface

All Superinterfaces:
java.util.EventListener

public interface TuneBookListenerInterface
extends java.util.EventListener

This is the interface that should be implemented by any object that wants to listens to changes occured in a tunebook.


Method Summary
 void tuneChanged(TuneChangeEvent e)
          Invoked when a change occured in the tunebook.
 

Method Detail

tuneChanged

void tuneChanged(TuneChangeEvent e)
Invoked when a change occured in the tunebook.

Parameters:
e - An event describing the change that occured in the tunebook.

abc4j API Specification

Submit a bug or feature