org.lyra.Host
Interface UpdateListener

All Known Implementing Classes:
AlbumArtPanel.Interact, Audit, Library, LyraTrayIcon.Interact, Pendulum, PlayerCompactFrame.Interact, PlayerOrganiserFrame.Interact, PlayerOrganiserMenu.Interact, PlayerPanel.Interact, Snooper

public interface UpdateListener

Interface to the host update process which will enable various aspects of the application to be notified when it is time to refresh information. Elements such as the current play list, song library, player elements will receive notification of updates through here.

Version:
1.0.5, %Revision, 174%, %LastChangedDate, 27/10/12 3:33PM%
Author:
Martin Foster
See Also:
Updater, UpdateEvent

Method Summary
 void hostUpdated(UpdateEvent update)
          Updates of host information as passed through this specific method.
 

Method Detail

hostUpdated

void hostUpdated(UpdateEvent update)
Updates of host information as passed through this specific method. Multiple updates can be triggered from this, so it becomes important to check for a specific update if necessary in order to avoid undue

Parameters:
update - Update notification method.
See Also:
UpdateEvent