Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.communication.connection.IConnectingFailureCallback Interface Reference
Inheritance diagram for de.fu_berlin.inf.dpp.communication.connection.IConnectingFailureCallback:
de.fu_berlin.inf.dpp.ui.eventhandler.ConnectingFailureHandler

List of all members.

Public Member Functions

void connectingFailed (Exception exception)

Detailed Description

Simple callback interface which is being notified in case of connecting error.


Member Function Documentation

void de.fu_berlin.inf.dpp.communication.connection.IConnectingFailureCallback.connectingFailed ( Exception  exception)

Gets called when it was not possible to successfully connect the requested service.

Parameters:
exceptionthe exception that occurred during the connection attempt or null if it could not be made because of missing data
 All Classes Namespaces Files Functions Variables Enumerations