◐ Shell
reader mode source ↗
Skip to content
Open
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
16 changes: 16 additions & 0 deletions src/main/java/org/scijava/event/DefaultEventBus.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,22 @@ private void publishNow(final Object event, final String topic,
final StackTraceElement[] callingStack)
{
if (subscribers == null || subscribers.isEmpty()) return;
try {
threadService.invoke(new Runnable() {

Expand Down
Loading
Toggle all file notes Toggle all file annotations