net.sourceforge.atunes.kernel.modules.repository
Interface LoaderListener

All Known Implementing Classes:
DeviceHandler, RepositoryHandler

public interface LoaderListener

The listener interface for receiving loader events.


Method Summary
 void notifyCurrentPath(java.lang.String path)
          Notify current path.
 void notifyFileLoaded()
          Notify file loaded.
 void notifyFilesInRepository(int files)
          Notify files in repository.
 void notifyFinishRead(RepositoryLoader loader)
          Notify finish read.
 void notifyFinishRefresh(RepositoryLoader loader)
          Notify finish refresh.
 void notifyRemainingTime(long time)
          Notify remaining time.
 

Method Detail

notifyCurrentPath

void notifyCurrentPath(java.lang.String path)
Notify current path.

Parameters:
path - the path

notifyFileLoaded

void notifyFileLoaded()
Notify file loaded.


notifyFilesInRepository

void notifyFilesInRepository(int files)
Notify files in repository.

Parameters:
files - the files

notifyFinishRead

void notifyFinishRead(RepositoryLoader loader)
Notify finish read.

Parameters:
loader - the loader

notifyFinishRefresh

void notifyFinishRefresh(RepositoryLoader loader)
Notify finish refresh.

Parameters:
loader - the loader

notifyRemainingTime

void notifyRemainingTime(long time)
Notify remaining time.

Parameters:
time - the time


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.