|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public static @interface RunListener.ThreadSafe
Indicates a RunListener
that can have its methods called
concurrently. This implies that the class is thread-safe (i.e. no set of
listener calls can put the listener into an invalid state, even if those
listener calls are being made by multiple threads without
synchronization).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |