Package battleship.model.game.user
Interface StatusChangedListener
- All Known Implementing Classes:
User
public interface StatusChangedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStatusChanged
(AttackReport report) method to notify listener that status has been changed
-
Method Details
-
onStatusChanged
method to notify listener that status has been changed- Parameters:
report
- attacking report
-