org.keridwen.core.data.model.progress
Interface ProgressableListener
- All Superinterfaces:
- ControllableListener
public interface ProgressableListener
- extends ControllableListener
A ProgressableListener observes the behaviour of a Progressable.
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.