(Book book)
| 11 | } |
| 12 | |
| 13 | public void displayBook(Book book) { |
| 14 | pageNumber = 0; |
| 15 | activeBook = book; |
| 16 | |
| 17 | refreshTitle(); |
| 18 | refreshDetails(); |
| 19 | refreshPage(); |
| 20 | } |
| 21 | |
| 22 | public void refreshUsername() { |
| 23 | /* updates username display */ |
no test coverage detected