| Source path: svn/ trunk/ examples/ src/ main/ java/ org/ javasimon/ examples/ CallbackFilteringExample.java |
|
|
|
Change log
removed sample from onStopwatchStart (waste of resources, so I decided :-)), fixed missing enabled testing in CounterImpl + sample is created for callbacks only when there is at least one in the manager
| Go to: |
Project members,
sign in to write a code review
Older revisions
r513
by virgo47
on Apr 6, 2012
Diff
added sample to onStopwatchStart as well, revised Callback impls to reflect this; simon patterns on Manager list methods must be provided as SimonPattern, not string (this ...
r512
by virgo47
on Apr 5, 2012
Diff
stopwatch/counter callback methods are called OUT of synchronized blocks and samples are provided where appropriate (callback implementations don't use the samples yet, I'll change this ...
r420
by virgo47
on Jan 11, 2012
Diff
fix http://code.google.com/p/javasimon /issues/detail?id=65 + related javadoc fixes