public interface IAuditManager
| Modifier and Type | Method and Description |
|---|---|
IAuditor |
getAuditor() |
List<IAuditItem> |
getLastAuditItems(int nMaxItems) |
void |
stop()
Stop taking new audits.
|
@Nonnull @ReturnsMutableCopy List<IAuditItem> getLastAuditItems(@Nonnegative int nMaxItems)
nMaxItems - The maximum number of items. Must be > 0.null.void stop()
Copyright © 2014–2015 Philip Helger. All rights reserved.