org.lastbamboo.common.download
Interface DownloaderListener<StateT>

Type Parameters:
StateT - The downloader state type.

public interface DownloaderListener<StateT>

A listener for downloaders.


Method Summary
 void stateChanged(StateT state)
          Notification that the downloader state has changed.
 

Method Detail

stateChanged

void stateChanged(StateT state)
Notification that the downloader state has changed.

Parameters:
state - The new downloader state.


Copyright © 2013 LittleShoot. All Rights Reserved.