X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FSwingInterface.java;h=c79c37dfb6cdba60ac49ac90c0c46604ee4f247b;hb=2c8c3b5fc87f68be2f295d62d87df3e009ffd2fd;hp=d77920bc92f2f3eafc7f0d266c62df376b8eeae7;hpb=fca5e518c135176295464a9e2ab7a65729a0e32c;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/gui/SwingInterface.java b/src/net/pterodactylus/jsite/gui/SwingInterface.java index d77920b..c79c37d 100644 --- a/src/net/pterodactylus/jsite/gui/SwingInterface.java +++ b/src/net/pterodactylus/jsite/gui/SwingInterface.java @@ -348,6 +348,15 @@ public class SwingInterface implements CoreListener, LoggingListener, PropertyCh return nodeList; } + /** + * Returns the thread pool used for off-thread processes. + * + * @return The thread pool + */ + Executor getThreadPool() { + return threadPool; + } + // // ACTIONS //