Class QueriesQueryHandler

java.lang.Object
org.ka2ddo.yaac.pluginapi.AbstractQueryHandler
org.ka2ddo.yaac.core.queries.QueriesQueryHandler

public class QueriesQueryHandler extends AbstractQueryHandler
This class reports the queries understood by this instance of YAAC, including additional queries registered by plugins.
Author:
Andrew Pavlin, KA2DDO
  • Constructor Details

    • QueriesQueryHandler

      public QueriesQueryHandler()
  • Method Details

    • handleQuery

      public void handleQuery(Message mm)
      Handle the passed in message and generate whatever appropriate response should be made.
      Specified by:
      handleQuery in class AbstractQueryHandler
      Parameters:
      mm - MessageMessage addressed explicitly to local station whose content begins with one of the prefixes specified by the subclass.