getPluginListenerStats method

String getPluginListenerStats()

Show some statistics of Listener

Implementation

String getPluginListenerStats() {
  return pluginListener.toString();
}