Package analoginput
Interface AnalogInputObserver
- All Known Implementing Classes:
 AnalogDiagnosticsDisplay
public interface AnalogInputObserver
- 
Method Summary
Modifier and TypeMethodDescriptionvoidFlag to say configuration has changed.voidchangedData(ItemAllData itemData) Send out a summary of all data about a read channel. 
- 
Method Details
- 
changedConfiguration
void changedConfiguration()Flag to say configuration has changed. - 
changedData
Send out a summary of all data about a read channel.- Parameters:
 itemData-
 
 -