javax.rad.remote.event
Interface IConnectionListener

All Superinterfaces:
IConnectionPropertyChangedListener
All Known Implementing Classes:
Application

public interface IConnectionListener
extends IConnectionPropertyChangedListener

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


Method Summary
 void actionCalled(CallEvent pEvent)
          An action was called.
 void callError(CallErrorEvent pEvent)
          An error occured during remote communication.
 void connectionClosed(ConnectionEvent pEvent)
          A connection was closed.
 void connectionOpened(ConnectionEvent pEvent)
          A connection was opened.
 void connectionReOpened(ConnectionEvent pEvent)
          A connection was re-opened.
 void objectCalled(CallEvent pEvent)
          An object was called.
 
Methods inherited from interface javax.rad.remote.event.IConnectionPropertyChangedListener
propertyChanged
 

Method Detail

callError

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

Parameters:
pEvent - the error information

connectionOpened

void connectionOpened(ConnectionEvent pEvent)
A connection was opened.

Parameters:
pEvent - the connection information

connectionReOpened

void connectionReOpened(ConnectionEvent pEvent)
A connection was re-opened.

Parameters:
pEvent - the connection information

connectionClosed

void connectionClosed(ConnectionEvent pEvent)
A connection was closed.

Parameters:
pEvent - the connection information

actionCalled

void actionCalled(CallEvent pEvent)
An action was called.

Parameters:
pEvent - the call information

objectCalled

void objectCalled(CallEvent pEvent)
An object was called.

Parameters:
pEvent - the call information


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.