rice.pastry.direct
Interface GenericSimulatorListener<Identifier,MessageType>
- All Known Subinterfaces:
- SimulatorListener
public interface GenericSimulatorListener<Identifier,MessageType>
messageSent
void messageSent(MessageType m,
Identifier from,
Identifier to,
int delay)
- Called for every message sent over the network.
- Parameters:
m
- the Message that was sent.from
- the source.to
- the destinationdelay
- when the message will be delivered (in millis)
messageReceived
void messageReceived(MessageType m,
Identifier from,
Identifier to)
- Called for every message received over the network.
- Parameters:
m
- the Message that was sent.from
- the source.to
- the destination
Copyright © 2001-2005 - Rice Pastry.