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

Method resourceLoaded

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

Source from the content-addressed store, hash-verified

310
311 Gate.getCreoleRegister().addCreoleListener(new CreoleListener() {
312 @Override
313 public void resourceLoaded(CreoleEvent e) {
314 if (e.getResource() instanceof Document) {
315 documentsLoadedCount++;
316 changeMessage();
317 }
318 }
319 @Override
320 public void resourceUnloaded(CreoleEvent e) {
321 if (e.getResource() instanceof Document) {

Callers

nothing calls this directly

Calls 2

changeMessageMethod · 0.95
getResourceMethod · 0.45

Tested by

no test coverage detected