Index
All Classes and Interfaces|All Packages|Constant Field Values
U
- undoBtnClickHandler() - Method in class View.bookscrabbleapp.InGameController
-
this function is called when the user clicks on undo button it will undo the last move that the user did it will remove the last tile that the user put on the board and will return it to the hand
- update(Observable, Object) - Method in class Model.GuestModel
-
receive updates from the observable object
- update(Observable, Object) - Method in class Model.HostModel
-
A method that take care of the reading by the format we have created and calls the method we need format: requestedId+":"+method+":"+inputs
- update(Observable, Object) - Method in class Model.tests.ClientCommunicationTest.Test
- update(Observable, Object) - Method in class Model.tests.HostServerTest.HostServerObserver
- update(Observable, Object) - Method in class View.bookscrabbleapp.InGameController
- update(Observable, Object) - Method in class View.bookscrabbleapp.LobbyController
-
update the guests that we need to move to game page and moves them all or update the guests player list.
- update(Observable, Object) - Method in class View.bookscrabbleapp.WelcomePageController
- update(Observable, Object) - Method in class ViewModel.ViewModel
-
this method start when the observable object (the model [HostModel/GuestModel]) notify to the observer (VM)
All Classes and Interfaces|All Packages|Constant Field Values