Icons now display, blink when they are about to run off, and turn off after their time out

TokenType Enum now also has a timeout construction field
#story[1245]
This commit is contained in:
William Muir
2017-09-20 13:09:09 +12:00
parent 6cde016401
commit 034e4c252a
3 changed files with 71 additions and 25 deletions
@@ -40,7 +40,6 @@ public class ClientYacht extends Observable {
@FunctionalInterface
public interface PowerUpListener {
void notifyPowerUp(ClientYacht yacht, TokenType tokenType);
}