public interface ReferenceWorker<T extends BaseReference>
| Modifier and Type | Method and Description |
|---|---|
void |
finished() |
void |
startAuthority(java.lang.String authority) |
void |
workWithReference(T reference) |
void startAuthority(java.lang.String authority)
void workWithReference(T reference)
void finished()