uk.org.toot.misc
Interface TimeSignatureListener

All Known Implementing Classes:
BasicPluginSupport, TootPluginSupport

public interface TimeSignatureListener

A plugin wishing to receive time signature change notifications should implement this interface and add (and remove) it using PluginSupport.

Author:
st

Method Summary
 void timeSignatureChanged(int numerator, int denominator)
           
 

Method Detail

timeSignatureChanged

void timeSignatureChanged(int numerator,
                          int denominator)


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.