|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CleanerObserverIF
Observers receive notification events from the cleaning engine when engine finds items matching all of the Matchers' rules.
Method Summary | |
---|---|
void |
cleaningFinished(ChannelIF channel)
Invoked by cleanup engine when cleaning of the channel has finished. |
void |
cleaningStarted(ChannelIF channel)
Invoked by cleanup engine when cleaning of the channel has started. |
void |
unwantedItem(ItemIF item,
ChannelIF channel)
Invoked when cleanup engine finds unwanted item. |
Method Detail |
---|
void unwantedItem(ItemIF item, ChannelIF channel)
item
- unwanted item.channel
- channel this item resides in.void cleaningStarted(ChannelIF channel)
channel
- channel being cleaned.void cleaningFinished(ChannelIF channel)
channel
- channel being cleaned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |