FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.Eavesdroppable< T > Interface Template Reference

Defines a module that eavesdrops on the messages exchanged. More...

Inheritance diagram for frodo2.algorithms.Eavesdroppable< T >:

Public Member Functions

public< E extends IncomingMsgPolicyInterface< T > &OutgoingMsgPolicyInterface< T > > E getEavesdropper ()

Detailed Description

Defines a module that eavesdrops on the messages exchanged.

Author
Thomas Leaute
Parameters
<T>the class used for message types

Member Function Documentation

◆ getEavesdropper()

public< E extends IncomingMsgPolicyInterface< T > &OutgoingMsgPolicyInterface< T > > E frodo2.algorithms.Eavesdroppable< T >.getEavesdropper ( )
Returns
a MessageListener that listens to incoming and outgoing messages

Implemented in frodo2.algorithms.test.MessageDebugger.

Referenced by frodo2.communication.mailer.CentralMailer.CentralMailer().


The documentation for this interface was generated from the following file: