org.jmacs 1.7
2005-02-09 rel-4_6
- IProgram.wake() now passed a second argument, of type IAlert:
programmatic monitoring is enabled by calling its 'signal(String msg)'
method, which changes the program state to ALERT_TRIGGERED and
errorMsg to msg
- MonitorGui: the above now causes the hidden state field to become
intrusive (while the visible unqualified classname does so when a
program exception is thrown)
- Device bug-fix: cases where program interrupted AFTER timer.sleep()
returns and while waiting to acquire lock, now handled correctly
- ISamplingDependent added: to be impl'ted by programs NOT wishing
their Timer instance to be updated automatically if the status
sampling parameters change
- Device: support of ISamplingDependent added