Skip to content
Commit 349b1efb authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

Relates to LBCLASSIC-51 LBCLASSIC-59 LBCLASSIC-58

Fixed synchronization problems. The iterator() method has been removed from 
the StatusManager interface. It has been replaced by getCopyOfStatusList
which, as the name indicates, returns a copy of the statusList contained in
the StatusManager instance. This avoids concurrency problems encountered
when the developer forget to synchronize on the statusManager before iterating
on its status list. 

Added a listener interface to status manager as suggested in LBCLASSIC-59 
by Anton Tagunov. 

Support for status listeners in Joran is still missing.
parent 6a60c936
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment