frysk.rt
Interface DisplayValueObserver


public interface DisplayValueObserver


Method Summary
 void updateAvailableTaskStopped(UpdatingDisplayValue value)
           
 void updateDisabled(UpdatingDisplayValue value)
           
 void updateUnavailableOutOfScope(UpdatingDisplayValue value)
           
 void updateUnavailbeResumedExecution(UpdatingDisplayValue value)
           
 void updateValueChanged(UpdatingDisplayValue value)
           
 

Method Detail

updateAvailableTaskStopped

void updateAvailableTaskStopped(UpdatingDisplayValue value)

updateUnavailbeResumedExecution

void updateUnavailbeResumedExecution(UpdatingDisplayValue value)

updateValueChanged

void updateValueChanged(UpdatingDisplayValue value)

updateUnavailableOutOfScope

void updateUnavailableOutOfScope(UpdatingDisplayValue value)

updateDisabled

void updateDisabled(UpdatingDisplayValue value)