javax.rad.remote.event
Interface IConnectionListener

All Known Implementing Classes:
Application

public interface IConnectionListener

The IConnectionListener interface should be used to get notifications when communication errors occurs.


Method Summary
 void callError(CallErrorEvent pEvent)
          An error occured during remote communication.
 

Method Detail

callError

void callError(CallErrorEvent pEvent)
An error occured during remote communication.

Parameters:
pEvent - the error information


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.