Interface IServerAnwahlObserver
-
- All Known Implementing Classes:
MstFrameMain
,MstServerFrameMain
public interface IServerAnwahlObserver
- Version:
- 1.0.0
- Author:
- schuette
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onServerAnwahlChange(ServerAnwahl anwahl)
-
-
-
Method Detail
-
onServerAnwahlChange
void onServerAnwahlChange(ServerAnwahl anwahl)
- Parameters:
anwahl
- neue anwahl (kann direkt mit == verglichen werden)
-
-