public interface EventDispatcher
Modifier and Type | Method and Description |
---|---|
void |
cancel(String sendId)
Cancel the specified send message.
|
void |
send(Map<String,SCXMLIOProcessor> ioProcessors,
String id,
String target,
String type,
String event,
Object data,
Object hints,
long delay)
Send this message to the target.
|
void cancel(String sendId)
sendId
- The ID of the send message to cancelvoid send(Map<String,SCXMLIOProcessor> ioProcessors, String id, String target, String type, String event, Object data, Object hints, long delay)
ioProcessors
- the available SCXMLIOProcessors, the same map as the SCXML system variable _ioprocessorsid
- The ID of the send messagetarget
- An expression returning the target location of the eventtype
- The type of the Event I/O Processor that the event should
be dispatched toevent
- The type of event being generated.data
- The event payloadhints
- The data containing information which may be
used by the implementing platform to configure the event processordelay
- The event is dispatched after the delay interval elapsesCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.