public class HubCombined<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Hub<T>> |
alHub |
protected ArrayList<HubListener<T>> |
alHubListener |
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
Copyright © 1999–2019 ViaOA. All rights reserved.