From 3e826aa1acf25f8b1fd6b7d6ec98da5e992c71b0 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 27 Dec 2021 13:03:55 +0200 Subject: [PATCH] Added a Javadoc --- source/eventy/engine.d | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/eventy/engine.d b/source/eventy/engine.d index 04b7777..b33247c 100644 --- a/source/eventy/engine.d +++ b/source/eventy/engine.d @@ -203,6 +203,14 @@ public final class Engine : Thread return signalHandlerThread; } + /** + * returns all signal(s) responsible for + * handling the type of Event provided + * + * @param e the Event type to match to + * @returns Signal[] the list of signal + * handlers that handle event e + */ public Signal[] getSignalsForEvent(Event e) { /* Matched handlers */