Interface ReconcileContentRegisterTask<T>
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
ReconcileContentTask
,ReconcileReferringContentTask
public interface ReconcileContentRegisterTask<T> extends Runnable
A runnable task which could allow to register for reconcile content
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerReconcileContent(T content)
Register a content which own a particular attachment.
-
-
-
Method Detail
-
registerReconcileContent
void registerReconcileContent(T content)
Register a content which own a particular attachment. We will based on it to collect referring contents- Parameters:
content
-
-
-