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
Modifier and Type Method Description voidactivate(int timeslot)Called once/timeslot after the TimeslotComplete message has been received.
-
Method Details
-
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.
-