| Interface | Description |
|---|---|
| IRollController |
Interface for the roll controller
|
| IRollResultView |
Interface for the roll result view, which displays the result of a roll
|
| IRollView |
Interface for the roll view, which allows the user to roll the dice
|
| Class | Description |
|---|---|
| RollController |
Implementation for the roll controller
|
| RollResultView |
Implementation for the roll result view, which displays the result of a roll
|
| RollView |
Implementation for the roll view, which allows the user to roll the dice
|