com.openfin.desktop
Interface AckListener


public interface AckListener

Interface which listens for acknowledgement of messages sent to AppDesktop.

See Also:
Ack

Method Summary
 void onError(Ack ack)
          Invoked when the request to AppDesktop has errors
 void onSuccess(Ack ack)
          Invoked when the request to AppDesktop is successful
 

Method Detail

onSuccess

void onSuccess(Ack ack)
Invoked when the request to AppDesktop is successful

Parameters:
ack - an Ack object
See Also:
Ack

onError

void onError(Ack ack)
Invoked when the request to AppDesktop has errors

Parameters:
ack - an Ack object
See Also:
Ack


Copyright © 2016. All rights reserved.