Interface Activatable
-
public interface ActivatableInterface 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 voidactivate(int timeslot)Called once/timeslot after the TimeslotComplete message has been received.
-