public class MetaSetChangeAuditor extends java.lang.Object implements SetChangedListener
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
MetaSetChangeAuditor() |
Modifier and Type | Method and Description |
---|---|
void |
onSetChanged(SetSize ss)
If a set has changed, perhaps any MetaSets that reference this set have also changed.
|
void |
setPicMan(PicManFacade pmf)
Set the reference to the PicMan API.
|
public void setPicMan(PicManFacade pmf)
pmf
- The PicManFacadepublic void onSetChanged(SetSize ss)
onSetChanged
in interface SetChangedListener
ss
- The SetSize that is changing.