org.crosswire.jsword.passage
Interface PreferredKey

All Known Implementing Classes:
ReadingsBook, SwordDailyDevotion

public interface PreferredKey

For any time when a component wishes to express a preference for a Key. This interface will often be optional to allow objects to not specify a preference.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 Key getPreferred()
          What Key would this object like us to use?
 

Method Detail

getPreferred

Key getPreferred()
What Key would this object like us to use?

Returns:
The preferredKey

Copyright ? 2003-2011