Files
Gruppe-01-fin/Projekte/mdga/model/src/main/java/pp.mdga/notification/LobbyDialogNotification.java
Hanno Fleischer 44b623f9fd added all Notifications for the model view communication
added all required notifications with their content and getter methods.
2024-11-16 18:58:33 +01:00

13 lines
220 B
Java

package pp.mdga.notification;
/**
* Notification that a dialog has been started
*/
public class LobbyDialogNotification extends Notification{
/**
* Constructor
*/
LobbyDialogNotification() {
}
}