Community
Participate
Working Groups
* @return Collection of IJobBusyListener
*/
private Collection busyListenersForJob(Job job) {
if (job.isSystem()) {
return Collections.EMPTY_LIST;
}
synchronized (familyKey) {
if (familyListeners.isEmpty()) {