org.keridwen.core.data.model.progress
Interface ProgressableListener

All Superinterfaces:
ControllableListener

public interface ProgressableListener
extends ControllableListener

A ProgressableListener observes the behaviour of a Progressable.


Method Summary
 void progressChanged(Progressable progressableRef, int newProgress)
          Method called whenever the Progressable progress has changed.
 
Methods inherited from interface org.keridwen.core.data.model.progress.ControllableListener
stateChanged
 

Method Detail

progressChanged

void progressChanged(Progressable progressableRef,
                     int newProgress)
Method called whenever the Progressable progress has changed.

Parameters:
progressableRef - reference to the Progressable that has changed.
newProgress - the new progress value.


Copyright © 2010-2013 Artenum. All Rights Reserved.