Created the Listener

This commit is contained in:
mathias 2021-10-01 19:29:57 +02:00
parent 0c04106254
commit d4785bea5b
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -0,0 +1,4 @@
package de.gnmyt.autoresponder.event.api;
public interface Listener {
}