com.openfin.desktop
Class DesktopUtils

java.lang.Object
  extended by com.openfin.desktop.DesktopUtils

public class DesktopUtils
extends Object

Helper methods

Since:
12/8/14
Author:
wche

Constructor Summary
DesktopUtils()
           
 
Method Summary
static void errorAckOnException(AckListener ackListener, Object source, Exception ex)
          Call onError of an AckListen for an exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopUtils

public DesktopUtils()
Method Detail

errorAckOnException

public static void errorAckOnException(AckListener ackListener,
                                       Object source,
                                       Exception ex)
Call onError of an AckListen for an exception

Parameters:
ackListener -
source - Source of the Ack
ex - Exception for the Ack
See Also:
Ack, AckListener


Copyright © 2015. All rights reserved.