com::pcbsys::nirvana::client::nAsyncExceptionListener Class Referenceabstract

This interface should be implemented by classes wishing to register to receive asynchronous errors from the nirvana server. More...

#include <nAsyncExceptionListener.h>

Public Member Functions

virtual void handleException (nBaseClientException *pEx)=0
 This method is called by the nirvana API to notify a registered asynchronous exception listener that an error has occurred outside the scope of the calling thread. More...
 

Detailed Description

This interface should be implemented by classes wishing to register to receive asynchronous errors from the nirvana server.

Member Function Documentation

virtual void com::pcbsys::nirvana::client::nAsyncExceptionListener::handleException ( nBaseClientException pEx)
pure virtual

This method is called by the nirvana API to notify a registered asynchronous exception listener that an error has occurred outside the scope of the calling thread.

Parameters
*pExan nBaseClientException object containing the error that has occurred