Package net.starype.quiz.api.game.event
Interface Updatable
-
- All Known Implementing Classes:
TimeOutEnding
public interface Updatable
A periodically updatable object. The updatable handler simply takes care of regularly (at a chosen pace) calling theupdate(long)
method on their encapsulated updatables.- See Also:
UpdatableHandler