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

Method resourceUnloaded

src/main/java/gate/gui/CorpusEditor.java:319–325  ·  view source on GitHub ↗
(CreoleEvent e)

Source from the content-addressed store, hash-verified

317 }
318 }
319 @Override
320 public void resourceUnloaded(CreoleEvent e) {
321 if (e.getResource() instanceof Document) {
322 documentsLoadedCount--;
323 changeMessage();
324 }
325 }
326 @Override
327 public void datastoreOpened(CreoleEvent e) { /* do nothing */ }
328 @Override

Callers

nothing calls this directly

Calls 2

changeMessageMethod · 0.95
getResourceMethod · 0.45

Tested by

no test coverage detected