
Public Member Functions | |
| void | recvLogs (int[] nums, int secs) |
| void | totalData (TotalStatsData d) |
The listener of the number of logs received.
| void alma::acs::logtools::monitor::LogNumbersListener::recvLogs | ( | int[] | nums, | |
| int | secs | |||
| ) |
Notify the listener about the number of each log type received in LogDetailsDispatcher#NUMBER_LISTENERS_INTERVAL seconds.
The array contains one integer for each log type as defined in LogTypeHelper.
This callback is executed approximately every NUMBER_LISTENERS_INTERVAL seconds.
| nums | The number of logs | |
| msec | The interval of time (seconds) |
Implemented in alma::acs::logtools::monitor::file::FileStatistics, and alma::acs::logtools::monitor::gui::LogMonitorFrame.
| void alma::acs::logtools::monitor::LogNumbersListener::totalData | ( | TotalStatsData | d | ) |
Notify the listener about the total number of logs read since the application started.
| d | The total number of logs read since the application started |
Implemented in alma::acs::logtools::monitor::file::FileStatistics, and alma::acs::logtools::monitor::gui::LogMonitorFrame.
1.6.2