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