Asterisk-Java

org.asteriskjava.manager
Interface SendActionCallback


public interface SendActionCallback

Callback interface to send ManagerActions asynchronously.

Version:
$Id: SendActionCallback.java 938 2007-12-31 03:23:38Z srt $
Author:
srt
See Also:
ManagerConnection.sendAction(ManagerAction, SendActionCallback)

Method Summary
 void onResponse(ManagerResponse response)
          This method is called when a response is received.
 

Method Detail

onResponse

void onResponse(ManagerResponse response)
This method is called when a response is received.

Parameters:
response - the response that has been received

Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.