Interface GUICallbacks
- All Known Implementing Classes:
ClientGUI
public interface GUICallbacks
Anything that happens in the GUI and that has effect to Client or Server,
especially all things that client shall send to server.
-
Method Summary
Modifier and TypeMethodDescriptionvoidacquireAngelCallback(Legion legion, CreatureType angelType) voidanswerConcede(Legion legion, boolean answer) voidanswerFlee(Legion ally, boolean answer) voidapplyCarries(BattleHex hex) voidconcede()voiddoBattleMove(int tag, BattleHex hex) voidvoidvoidvoidvoidundoBattleMove(BattleHex hex)
-
Method Details
-
leaveCarryMode
void leaveCarryMode() -
applyCarries
-
acquireAngelCallback
-
answerFlee
-
answerConcede
-
doBattleMove
-
undoBattleMove
-
strike
-
doneWithBattleMoves
void doneWithBattleMoves() -
doneWithStrikes
void doneWithStrikes() -
concede
void concede()
-