|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnTimer
BTrace methods annotated by this annotation are called when a timer reaches the specified period value. This can be used to run periodic tracing actions.
| Required Element Summary | |
|---|---|
long |
value
Time period of the timer in milliseconds. |
| Element Detail |
|---|
public abstract long value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||