Package | Description |
---|---|
gate.corpora | |
gate.event | |
gate.gui | |
gate.persist |
Modifier and Type | Method and Description |
---|---|
protected void |
CorpusImpl.fireDocumentAdded(CorpusEvent e) |
protected void |
SerialCorpusImpl.fireDocumentAdded(CorpusEvent e) |
protected void |
CorpusImpl.fireDocumentRemoved(CorpusEvent e) |
protected void |
SerialCorpusImpl.fireDocumentRemoved(CorpusEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
CorpusListener.documentAdded(CorpusEvent e)
Called when a document has been added
|
void |
CorpusListener.documentRemoved(CorpusEvent e)
Called when a document has been removed
|
Modifier and Type | Method and Description |
---|---|
void |
CorpusQualityAssurance.documentAdded(CorpusEvent e) |
void |
CorpusEditor.documentAdded(CorpusEvent e) |
void |
CorpusQualityAssurance.documentRemoved(CorpusEvent e) |
void |
CorpusEditor.documentRemoved(CorpusEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneDataStoreImpl.documentAdded(CorpusEvent ce)
This method is invoked whenever a document is added to a particular
corpus
|
void |
LuceneDataStoreImpl.documentRemoved(CorpusEvent ce)
This method is invoked whenever a document is removed from a corpus
|
Copyright © 2024 GATE. All rights reserved.