private class WxWeb.Listener extends java.lang.Object implements IServiceListener
Modifier and Type | Field and Description |
---|---|
private int |
EVENT_LIMIT
Limits event capacity to about 12 hours @ 100 events / minute.
|
Modifier | Constructor and Description |
---|---|
private |
Listener() |
Modifier and Type | Method and Description |
---|---|
void |
dataChanged(DataEvent event)
Called when data is added to the data exchange.
|
private final int EVENT_LIMIT
public void dataChanged(DataEvent event)
dataChanged
in interface IServiceListener
event
- contains the data being added.