GATE
Version 3.1-2270

Uses of Interface
gate.event.DatastoreListener

Packages that use DatastoreListener
gate This package contains the public interface to the GATE Java API. 
gate.annotation   
gate.corpora   
gate.gui   
gate.persist   
 

Uses of DatastoreListener in gate
 

Methods in gate with parameters of type DatastoreListener
 void DataStore.addDatastoreListener(DatastoreListener l)
          Registers a new DatastoreListener with this datastore
 void DataStore.removeDatastoreListener(DatastoreListener l)
          Removes a a previously registered DatastoreListener from the list listeners for this datastore
 

Uses of DatastoreListener in gate.annotation
 

Classes in gate.annotation that implement DatastoreListener
 class DatabaseAnnotationSetImpl
           
 

Uses of DatastoreListener in gate.corpora
 

Classes in gate.corpora that implement DatastoreListener
 class DatabaseCorpusImpl
           
 class DatabaseDocumentImpl
           
 class DocumentImpl
          Represents the commonalities between all sorts of documents.
 class SerialCorpusImpl
           
 

Uses of DatastoreListener in gate.gui
 

Classes in gate.gui that implement DatastoreListener
 class OracleDatastoreViewer
           
 class SerialDatastoreViewer
           
 

Uses of DatastoreListener in gate.persist
 

Methods in gate.persist with parameters of type DatastoreListener
 void JDBCDataStore.addDatastoreListener(DatastoreListener l)
          Registers a new DatastoreListener with this datastore
 void SerialDataStore.addDatastoreListener(DatastoreListener l)
           
 void JDBCDataStore.removeDatastoreListener(DatastoreListener l)
          Removes a a previously registered DatastoreListener from the list listeners for this datastore
 void SerialDataStore.removeDatastoreListener(DatastoreListener l)
           
 


GATE
Version 3.1-2270