public class PositionQueryHandler extends AbstractQueryHandler
| Constructor and Description |
|---|
PositionQueryHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleQuery(Message mm)
Handle the passed in message and generate whatever appropriate response should be made.
|
transmitReplypublic void handleQuery(Message mm)
handleQuery in class AbstractQueryHandlermm - MessageMessage addressed explicitly to local station whose content begins with
one of the prefixes specified by the subclass.