feat:() 优化

dev.processing.admire
晨哀 2024-10-11 14:02:37 +08:00
parent cefbc152f7
commit 42e72a9960
4 changed files with 4 additions and 4 deletions

View File

@ -46,6 +46,6 @@ public class AddDatabaseListener implements EventListener {
@Override
public void onApplicationEvent(EventCustom event) {
onEvent(event);
this.onEvent(event);
}
}

View File

@ -51,6 +51,6 @@ public class FenceListener implements EventListener {
@Override
public void onApplicationEvent(EventCustom event) {
onEvent(event);
this.onEvent(event);
}
}

View File

@ -51,6 +51,6 @@ public class WarnRuleListener implements EventListener {
@Override
public void onApplicationEvent(EventCustom event) {
onEvent(event);
this.onEvent(event);
}
}

View File

@ -75,6 +75,6 @@ public class WarnRuleRespListener implements EventListener {
@Override
public void onApplicationEvent(EventCustom event) {
onEvent(event);
this.onEvent(event);
}
}