An Actor that handles messages being dispatched to a specific ProximityTerminal.
Although this "terminal" itself does not accept the same messages as a normal Terminal object,
it returns the same type of messages - wrapped in a TerminalMessage - to the sender.
An
Actor
that handles messages being dispatched to a specificProximityTerminal
. Although this "terminal" itself does not accept the same messages as a normalTerminal
object, it returns the same type of messages - wrapped in aTerminalMessage
- to thesender
.