public class HubCombined<T> extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected ArrayList<Hub<T>> | 
alHub  | 
protected ArrayList<HubListener<T>> | 
alHubListener  | 
protected boolean | 
bUpdatingMasterHub  | 
protected HubListener<T> | 
hlMaster  | 
protected Hub<T> | 
hubFirst  | 
protected Hub<T> | 
hubMaster  | 
| Constructor and Description | 
|---|
HubCombined(Hub<T> hubMaster,
           Hub<T>... hubs)  | 
protected ArrayList<HubListener<T>> alHubListener
protected final HubListener<T> hlMaster
protected volatile boolean bUpdatingMasterHub
Copyright © 1999–2025 ViaOA. All rights reserved.