i do not see a way to do that.
thanks for your help.
cheers timerons
found a solution, but not so nice:
Collection<String> simonNames = SimonManager.getSimonNames();
for (String string : simonNames) {
if (string.length() > 0) {
Stopwatch stopwatch = SimonManager.getStopwatch(string);
if (stopwatch.getCounter() != 0L) {
this.logger.info("JavaSimon Result: {}", stopwatch);
}
}
}
}To view this discussion on the web visit https://groups.google.com/d/msg/javasimon/-/wdm2l5vjkeIJ.
}
}
--
You received this message because you are subscribed to the Google Groups "javasimon" group.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javasimon+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javasimon?hl=en.