Package 

Interface ClientStoryHandler

    • Method Summary

      Modifier and Type Method Description
      abstract Unit handle(ClientBus bus) Receive a message from the bus.
      • Methods inherited from class ai.tock.bot.api.client.ClientStoryHandler

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handle

         abstract Unit handle(ClientBus bus)

        Receive a message from the bus.

        Parameters:
        bus - the bus used to get the message and send the answer