|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MessageHandlerInterface | |
| nl.tudelft.simulation.actor | |
| nl.tudelft.simulation.actor.messagehandlers | |
| Uses of MessageHandlerInterface in nl.tudelft.simulation.actor |
| Methods in nl.tudelft.simulation.actor with parameters of type MessageHandlerInterface | |
void |
Actor.addReceivingDevice(ReceivingDeviceInterface device,
MessageHandlerInterface messageHandler)
adds a receiving device to the actor. |
void |
Actor.addReceivingDevice(ReceivingDeviceInterface device,
MessageHandlerInterface messageHandler,
nl.tudelft.simulation.jstats.distributions.DistContinuous checkInterval)
adds a receiving device to the actor. |
| Uses of MessageHandlerInterface in nl.tudelft.simulation.actor.messagehandlers |
| Classes in nl.tudelft.simulation.actor.messagehandlers that implement MessageHandlerInterface | |
class |
HandleAllMessages
The HandleAllMessage class takes out all messages in the MessageQueue at once and handles them right away. |
class |
HandleMessagesTimeDelay
The MessageHandlerTimeDelay takes messages one by one and only looks at the next message after a certain time delay. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||