public interface SendEventGeneratingActionCallback
EventGeneratingAction
asynchronously.Modifier and Type | Method and Description |
---|---|
void |
onResponse(ResponseEvents responseEvents)
|
void onResponse(ResponseEvents responseEvents)
ManagerConnection.sendEventGeneratingAction(org.asteriskjava.manager.action.EventGeneratingAction, SendEventGeneratingActionCallback)
is done.
If connection is lost before action is completed then
ResponseEvents.getResponse()
can be null or list of events might
be lacking some events including end event. The
ResponseEvents.getResponse()
can also be ManagerError
responseEvents
- the response at whatever state it was when action ended.Copyright © 2004–2020. All rights reserved.