EventDispatcher implementation that can schedule delayed <send> events for the "scxml" targettype attribute value (which is also the default). This implementation uses J2SE Timers.
No other targettypes are processed. Subclasses may support additional targettypes by overriding the send(...) and cancel(...) methods and delegating to their super counterparts for the "scxml" targettype.
| |
| |
| |