Uses of Class
ome.formats.importer.ImportEvent

Packages that use ImportEvent
ome.formats.importer   
ome.formats.importer.util   
ome.services.blitz.repo   
 

Uses of ImportEvent in ome.formats.importer
 

Subclasses of ImportEvent in ome.formats.importer
static class ImportCandidates.SCANNING
          Event raised during a pass through the directory structure given to ImportCandidates.
static class ImportEvent.ADD
           
static class ImportEvent.BEGIN_POST_PROCESS
           
static class ImportEvent.BEGIN_SAVE_TO_DB
           
static class ImportEvent.COUNT_EVENT
           
static class ImportEvent.DATA_STORED
           
static class ImportEvent.DATASET_STORED
           
static class ImportEvent.DEBUG_SEND
           
static class ImportEvent.END_POST_PROCESS
           
static class ImportEvent.END_SAVE_TO_DB
           
static class ImportEvent.ERRORS_CLEARED
           
static class ImportEvent.ERRORS_COMPLETE
           
static class ImportEvent.ERRORS_FAILED
           
static class ImportEvent.ERRORS_PENDING
           
static class ImportEvent.ERRORS_SEND
           
static class ImportEvent.ERRORS_UPLOAD_CANCELLED
           
static class ImportEvent.FILE_SIZE_STEP
           
static class ImportEvent.FILE_UPLOAD_BYTES
           
static class ImportEvent.FILE_UPLOAD_CANCELLED
           
static class ImportEvent.FILE_UPLOAD_COMPLETE
           
static class ImportEvent.FILE_UPLOAD_ERROR
           
static class ImportEvent.FILE_UPLOAD_EVENT
           
static class ImportEvent.FILE_UPLOAD_FAILED
           
static class ImportEvent.FILE_UPLOAD_FINISHED
           
static class ImportEvent.FILE_UPLOAD_STARTED
           
static class ImportEvent.GROUP_SET
           
static class ImportEvent.IMPORT_ARCHIVING
           
static class ImportEvent.IMPORT_DONE
           
static class ImportEvent.IMPORT_OVERLAYS
           
static class ImportEvent.IMPORT_PROCESSING
           
static class ImportEvent.IMPORT_QUEUE_DONE
           
static class ImportEvent.IMPORT_QUEUE_STARTED
           
static class ImportEvent.IMPORT_STEP
           
static class ImportEvent.LOADED_IMAGE
           
static class ImportEvent.LOADING_IMAGE
           
static class ImportEvent.LOGGED_IN
           
static class ImportEvent.LOGGED_OUT
           
static class ImportEvent.PROGRESS_EVENT
           
static class ImportEvent.QUICKBAR_UPDATE
           
static class ImportEvent.REIMPORT
           
 

Methods in ome.formats.importer with parameters of type ImportEvent
 void IObservable.notifyObservers(ImportEvent event)
          Notify observers of event
 void ImportLibrary.notifyObservers(ImportEvent event)
           
 void IObserver.update(IObservable observable, ImportEvent event)
          Update observable on event
 

Uses of ImportEvent in ome.formats.importer.util
 

Subclasses of ImportEvent in ome.formats.importer.util
static class ErrorHandler.EXCEPTION_EVENT
           
static class ErrorHandler.FILE_EXCEPTION
          ErrorHandler.FILE_EXCEPTIONs are thrown any time in the context of a particular file and otherwise unspecified exception takes place.
static class ErrorHandler.INTERNAL_EXCEPTION
           
static class ErrorHandler.MISSING_LIBRARY
          A ErrorHandler.FILE_EXCEPTION caused specifically by some library (native or otherwise) not being installed locally.
static class ErrorHandler.UNKNOWN_FORMAT
          Unlike FILE_EXECEPTION, UKNOWN_FORMAT does not have a reader since bio-formats is telling us that it does not know how to handle the given file.
static class ErrorHandler.UNREADABLE_FILE
          Similar to UKNOWN_FORMAT UNREADABLE_FILE specifies that the file which is being accessed is unreadable (does not exist or canRead is false), so if the user is specifically saying that the file should be imported, there may be some underlying issue.
 

Methods in ome.formats.importer.util with parameters of type ImportEvent
 void ClientKeepAlive.notifyObservers(ImportEvent event)
           
 void ErrorHandler.notifyObservers(ImportEvent event)
           
 void FileUploader.notifyObservers(ImportEvent event)
           
protected abstract  void ErrorHandler.onUpdate(IObservable importLibrary, ImportEvent event)
          abstract on update method
 void ErrorHandler.update(IObservable observable, ImportEvent event)
           
 

Uses of ImportEvent in ome.services.blitz.repo
 

Methods in ome.services.blitz.repo with parameters of type ImportEvent
 void ImportableFiles.update(IObservable observable, ImportEvent event)
           
 



OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.