MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / isEventThread

Method isEventThread

test-javaFx/dorkbox/JavaFxProvider.java:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 @Override
46 public
47 boolean isEventThread() {
48 return javafx.application.Platform.isFxApplicationThread();
49 }
50
51 @Override
52 public

Callers 2

dispatchMethod · 0.95
doJavaFxStuffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected