unit OneShotMilliN em.hal/OneShotMilliN.em 1 2 3 4 5 6 7 8 9 10 11 12 13package em.hal import OneShotMilliI module OneShotMilliN: OneShotMilliI # ^| Nil implementation of the OneShotMilliI interface end def disable() end def enable(msecs, handler, arg) end