public class

ConversationSpawnEvent

extends Object
java.lang.Object
   ↳ uk.ac.imperial.presage2.util.protocols.ConversationSpawnEvent

Class Overview

Event to spawn a new conversation and initialise it with recipients.

Summary

Public Constructors
ConversationSpawnEvent(Set<NetworkAddress> with)
ConversationSpawnEvent(NetworkAddress with)
Public Methods
Set<NetworkAddress> getTargets()
Gets the NetworkAddresses of the agents this conversation should talk to.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConversationSpawnEvent (Set<NetworkAddress> with)

public ConversationSpawnEvent (NetworkAddress with)

Public Methods

public Set<NetworkAddress> getTargets ()

Gets the NetworkAddresses of the agents this conversation should talk to.