public interface SPAEventTarget
SPAEvent
can be
posted and which returns an SPAEventAck
in response.Modifier and Type | Method and Description |
---|---|
SPAEventAck |
postEvent(EventId eid)
Posts a new event with the given id and default values for it other
parameters to this event target, waiting until the
target provides an acknowledgement, which this method returns.
|
SPAEventAck |
postEvent(SPAEvent evt)
Posts the given event to this event target, waiting until the
target provides an acknowledgement, which this method returns.
|
SPAEventAck postEvent(SPAEvent evt)
SPAEventAck postEvent(EventId eid)