public class FSAlignListener extends ImageListener
Modifier and Type | Field and Description |
---|---|
static String |
EMAIL_KEY |
static String |
PASS_KEY |
protected Filter<Patch> |
patchFilter |
static String |
PORT_KEY |
static String |
SMTP_KEY |
static String |
TOMAIL_KEY |
Constructor and Description |
---|
FSAlignListener() |
FSAlignListener(Project project,
double t,
boolean append) |
FSAlignListener(Project project,
double t,
double z0) |
Modifier and Type | Method and Description |
---|---|
protected void |
digest(String message) |
protected void |
imageCheck(Patch p) |
protected void |
imageDigest(Patch p) |
protected void |
immediate(String message) |
protected boolean |
okToAdd(File imageFile)
Check whether its ok to add the given file, as determined by whether it already exists in
the TrakEM2 project.
|
protected void |
processImage(File imageFile)
An inheriting class should implement a method that processes each image file as it is
popped from the queue.
|
void |
setNotifyEmail(String notify) |
dropImage, dropImage, fileIsReady, getImageFromPath, getImageFromPath, handle, imageFolderWatcher, isEnabled, run, setEnabled, stop
public static final String SMTP_KEY
public static final String EMAIL_KEY
public static final String PASS_KEY
public static final String PORT_KEY
public static final String TOMAIL_KEY
public FSAlignListener()
public FSAlignListener(Project project, double t, boolean append)
public FSAlignListener(Project project, double t, double z0)
protected void processImage(File imageFile)
ImageListener
processImage
in class ImageListener
imageFile
- the image File to processprotected boolean okToAdd(File imageFile)
imageFile
- public void setNotifyEmail(String notify)
protected void imageDigest(Patch p)
protected void imageCheck(Patch p)
protected void digest(String message)
protected void immediate(String message)
Copyright © 2015–2021 Fiji. All rights reserved.