Package com.csse3200.game.achievements
Interface AchievementService.Listener
- All Known Implementing Classes:
AchievementToastUI
- Enclosing class:
AchievementService
public static interface AchievementService.Listener
Consumers (e.g., toast UI) can subscribe to be notified on unlocks.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonUnlocked(AchievementId id, String title, String description)
-
Method Details
-
onUnlocked
-