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

All Known Subinterfaces:
ProgressableListener

public interface ControllableListener


Method Summary
 void stateChanged(Progressable controllableRef, ControllableState newState)
          Method called whenever the Controllable status has changed.
 

Method Detail

stateChanged

void stateChanged(Progressable controllableRef,
                  ControllableState newState)
Method called whenever the Controllable status has changed.

Parameters:
commandRef - reference to the Command that has changed.
newState - the new status of the Command.


Copyright © 2010-2013 Artenum. All Rights Reserved.