Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.communication.connection.IConnectionStateListener Interface Reference

List of all members.

Public Member Functions

void connectionStateChanged (ConnectionState state, Exception error)

Detailed Description

A listener for changes to the current connection state.


Member Function Documentation

void de.fu_berlin.inf.dpp.communication.connection.IConnectionStateListener.connectionStateChanged ( ConnectionState  state,
Exception  error 
)

Is fired when the state of the connection changes.

Parameters:
statethe current state of the connection
errorthe error that occurred when the state is ConnectionState#ERROR or null when the error is not available
 All Classes Namespaces Files Functions Variables Enumerations