Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.project.internal.IActivitySequencerCallback Interface Reference

List of all members.

Public Member Functions

void transmissionFailed (JID jid)

Detailed Description

Simple callback interface for monitoring events that occur in the ActivitySequencer during session runtime. Implementing interfaces must ensure that they will not block on any callback that is made.

Author:
srossbach

Member Function Documentation

void de.fu_berlin.inf.dpp.project.internal.IActivitySequencerCallback.transmissionFailed ( JID  jid)

Gets called when a transmission failure occurs during activity sending. The user is already unregistered at this point so there is not need to call ActivitySequencer#unregisterUser(User).

Parameters:
jidthe JID of the user that was unregistered from the ActivitySequencer sequencer}
 All Classes Namespaces Files Functions Variables Enumerations