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:
- Rename Common.EventManagement to
EventManagement in java source files using this class.
- Add import javax.events.* to java source files using this class.
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:
- ilcd.IO moved to hw.IO
- ilcd.Date moved to hw.Date
- ilcd.DateTime moved to hw.DateTime
- ilcd.ILCDIOException moved to hw.IOException
- ilcd.Time moved to hw.Time
- ilcd.Logger moved to hw.Logger
In addition to the above changes the new method writeApplicationDataToFlash()
has been added to class ilcd.General.
Copyright © demmel products gmbh. All rights reserved.