uk.org.toot.music.tonality
Interface Key.Provider

Enclosing class:
Key

public static interface Key.Provider

A Provider provides a mutable Key for Observers to observe. Typically at any given time an application will use a single Key.Provider, perhaps a key track from a sequencer or perhaps a virtual musician.

Author:
st

Method Summary
 Key getKey()
          Get the provided Key which may then be observed for changes.
 

Method Detail

getKey

Key getKey()
Get the provided Key which may then be observed for changes.

Returns:
the mutable Key


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