public interface ReportingEntity
| Modifier and Type | Method and Description |
|---|---|
boolean |
report(java.lang.String content)
The method will be called at intervals of
reportUpdateDelay, if new logging information exist
since the last call. |
boolean report(java.lang.String content)
reportUpdateDelay, if new logging information exist
since the last call.content - - an update from the log containing the new logging information since the last call of this
function.