public class HubSample<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
amtSample |
protected HubListener<T> |
hubListener |
protected Hub<T> |
hubMaster |
protected Hub<T> |
hubSample |
Constructor and Description |
---|
HubSample(Hub<T> hubMaster,
Hub<T> hubSample,
int sampleAmount)
Create a hubSample instance.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
protected void |
refresh() |
protected void |
setup() |
protected final int amtSample
protected HubListener<T> hubListener
Copyright © 1999–2019 ViaOA. All rights reserved.