Allows the application to dynamically change the aggregation interval of the Listener during application execution.
NOTE Although an application may configure the aggregation interval, the value is normally set to the default or specified by the Manager. For more information, see Configuring the Aggregation Interval.
void setInterval(int interval);
Listener listener = new Listener("sampleApp", "4.0");
listener.setInterval(100000);
...