viceroy.net
Interface JoinDataListener

All Superinterfaces:
Listener
All Known Implementing Classes:
LocalViceroyPeer.MyJoinDataListener

public interface JoinDataListener
extends Listener

Describes a listener for the message JoinDataMessage. A listener is set per message and object. The naming convension for it: the listener and the object are bounded.

Author:
Anat Talmy
, Oren Dobzinski
See Also:
JoinDataMessage

Method Summary
 void onJoinDataMessage(JoinDataMessage message)
          The method should be called only when a JoinDataMessage arrives for the bounded object.
 

Method Detail

onJoinDataMessage

public void onJoinDataMessage(JoinDataMessage message)
The method should be called only when a JoinDataMessage arrives for the bounded object. It activates the right method on the bounded object.

Parameters:
message - The message that arrived