sk.baka.ambient.library
Interface ILibraryListener

All Known Implementing Classes:
AbstractCollectionController, AmpacheController, CollectionController, CoverCache, MagnatuneController

public interface ILibraryListener

Listens for library events.

Author:
Martin Vysny

Method Summary
 void libraryUpdate(boolean updateStarted, boolean interrupted, boolean userNotified)
          Informs that the file rescan is complete and the database is updated.
 

Method Detail

libraryUpdate

void libraryUpdate(boolean updateStarted,
                   boolean interrupted,
                   boolean userNotified)
Informs that the file rescan is complete and the database is updated. Invoked in Scanner thread.

Parameters:
updateStarted - if true then the library update just started. If false then the update finished.
interrupted - if true then the scan was interrupted.
userNotified - if true then the user is already notified about the library being updated.


Copyright © 2007-2009. All Rights Reserved.