We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863f2fd commit ad62944Copy full SHA for ad62944
pisi/unitedmeows/eventapi/event/listener/AsyncAwaitListener.java
@@ -6,6 +6,7 @@
6
7
import java.util.function.Predicate;
8
9
+/* Delete this class if you don't need async listeners */
10
public class AsyncAwaitListener<X extends Event> extends Listener<X> {
11
12
public AsyncAwaitListener(IFunction<X> event, Predicate<X>... filters) {
@@ -31,4 +32,4 @@ public void call(Event event) {
31
32
}));
33
}
34
-}
35
+}
0 commit comments