| Package | Description | 
|---|---|
| gate.corpora | |
| gate.event | |
| gate.gui | |
| gate.persist | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DocumentImpl. resourceAdopted(DatastoreEvent evt) | 
| void | SerialCorpusImpl. resourceAdopted(DatastoreEvent evt)Called by a datastore when a new resource has been adopted | 
| void | DocumentImpl. resourceDeleted(DatastoreEvent evt) | 
| void | SerialCorpusImpl. resourceDeleted(DatastoreEvent evt)Called by a datastore when a resource has been deleted | 
| void | DocumentImpl. resourceWritten(DatastoreEvent evt) | 
| void | SerialCorpusImpl. resourceWritten(DatastoreEvent evt)Called by a datastore when a resource has been wrote into the
 datastore | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DatastoreListener. resourceAdopted(DatastoreEvent evt)Called by a datastore when a new resource has been adopted | 
| void | DatastoreListener. resourceDeleted(DatastoreEvent evt)Called by a datastore when a resource has been deleted | 
| void | DatastoreListener. resourceWritten(DatastoreEvent evt)Called by a datastore when a resource has been wrote into the datastore | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LuceneDataStoreSearchGUI. resourceAdopted(DatastoreEvent de)This method is called by datastore when a new resource is adopted | 
| void | SerialDatastoreViewer. resourceAdopted(DatastoreEvent e) | 
| void | LuceneDataStoreSearchGUI. resourceDeleted(DatastoreEvent de)This method is called by datastore when an existing resource is
 deleted | 
| void | SerialDatastoreViewer. resourceDeleted(DatastoreEvent e) | 
| void | LuceneDataStoreSearchGUI. resourceWritten(DatastoreEvent de)This method is called when a resource is written into the datastore | 
| void | SerialDatastoreViewer. resourceWritten(DatastoreEvent e) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SerialDataStore. fireResourceAdopted(DatastoreEvent e) | 
| protected void | SerialDataStore. fireResourceDeleted(DatastoreEvent e) | 
| protected void | SerialDataStore. fireResourceWritten(DatastoreEvent e) | 
Copyright © 2024 GATE. All rights reserved.