mirror of https://github.com/rusefi/RomRaider.git
unit comboxes added to param list for parameters with multiple unit conversions
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@286 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
3ec6934ea1
commit
eedf4fd76b
|
@ -1,6 +1,7 @@
|
||||||
package enginuity.logger.definition;
|
package enginuity.logger.definition;
|
||||||
|
|
||||||
//TODO: add addListener() method so parameters can notify listeners when the selected convertor is updated
|
//TODO: add addListener() method so parameters can notify listeners when the selected convertor is updated
|
||||||
|
//TODO: create corresponding ConvertorUpdateListener interface (to be implemented by handlers?)
|
||||||
|
|
||||||
public interface EcuData {
|
public interface EcuData {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue