public class PicSizeUpdater
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
PicSizeUpdater() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPicProcessing()
Which ordinal picture are we working on?
This is just a status indicator
|
void |
run()
Primary entry point called from BatchManager.
|
void |
setPicMan(PicManFacade pmf)
Set the reference to the PicMan API.
|
public void setPicMan(PicManFacade pmf)
pmf - The PicManFacadepublic int getPicProcessing()
public void run()