iLCD Manager XE 4.0.7.0 Release Note

JoC Release Note

With this version the Java API has been changed. This means that Java Apps created with an older version have to be modified and recompiled.

Please apply the following changes to existing projects:

  • Class ilcd.EventManager has been moved to javax.events.EventManagement and made static:
  • Class ilcd.Application has been moved to javax.Application:
  • The following classes have been moved from package ilcd to package hw.
    Add import javax.events.* to java source files using this classes:
  • In addition to the above changes the new method writeApplicationDataToFlash() has been added to class ilcd.General.