MCPcopy Create free account
hub / github.com/GateNLP/gate-core / dispose

Method dispose

src/main/java/gate/gui/MainFrame.java:5324–5327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5322 }
5323
5324 public synchronized void dispose() {
5325 dying = true;
5326 notifyAll();
5327 }
5328
5329 @Override
5330 public synchronized void run() {

Callers 5

MainFrameMethod · 0.45
actionPerformedMethod · 0.45
invokeMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected