1

initial group log

This commit is contained in:
Christoph
2020-04-17 14:55:43 +02:00
parent 8097cbfaf3
commit 0bb0b4594f
21 changed files with 147 additions and 11 deletions

View File

@ -38,6 +38,11 @@ public class SetTitleEvent extends Event {
log.trace("\t\t\t\t\tNeuer Titel: {}", group.getTitle());
}
@Override
public String format() {
return "Titel gesetzt: " + title + ".";
}
@Override
public String type() {
return EventType.SETTITLE.toString();