Intel® Collaboration Suite for WebRTC  version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
ActionCallback< T > Interface Template Reference

Callback interface for receiving information about an action execution result. More...

Public Member Functions

void onSuccess (final T result)
 Called when it has succeeded to execute this action. More...
 
void onFailure (final OwtError error)
 Called when it has failed to execute this action. More...
 

Detailed Description

Callback interface for receiving information about an action execution result.

Member Function Documentation

void onFailure ( final OwtError  error)

Called when it has failed to execute this action.

Parameters
errorerror occurred when executes this action.

Here is the caller graph for this function:

void onSuccess ( final T  result)

Called when it has succeeded to execute this action.

Parameters
resultresult returned by this action.

Here is the caller graph for this function: