Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ executeAsync
Method
executeAsync
src/javajs/async/AsyncSwingWorker.java:170–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
public
void
executeAsync() {
171
firePropertyChange(PROPERTY_STATE, null, STARTED_ASYNC);
172
super.execute();
173
}
174
175
public
void
executeSynchronously() {
176
firePropertyChange(PROPERTY_STATE, null, STARTED_SYNC);
Callers
2
openDnDResource
Method · 0.80
openLibraryResource
Method · 0.80
Calls
1
firePropertyChange
Method · 0.45
Tested by
2
openDnDResource
Method · 0.64
openLibraryResource
Method · 0.64