Added a Javadoc

This commit is contained in:
Tristan B. Kildaire 2021-12-27 13:04:30 +02:00
parent 3e826aa1ac
commit 72a35976e1
1 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,11 @@ public final class Engine : Thread
sleepTime = time;
}
/**
* Adds the given Signal handler
*
* @param e the Signal handler to add
*/
public void addSignalHandler(Signal e)
{
/* Lock the signal-set */