Interface Activatable


  • public interface Activatable
    Interface for services that need to be called when the final TimeslotComplete message has been received from the server in each timeslot.
    Author:
    John Collins
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void activate​(int timeslot)
      Called once/timeslot after the TimeslotComplete message has been received.
    • Method Detail

      • activate

        void activate​(int timeslot)
        Called once/timeslot after the TimeslotComplete message has been received. This message is guaranteed to arrive after all the server's messages for the given timeslot have arrived.