public abstract class AbstractEndpointListener<T> extends Object implements EndpointListener<T>
| Constructor and Description |
|---|
AbstractEndpointListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
valueReceived(Endpoint<T> ep,
T value)
Called on listeners if a new value was received for the endpoint
|
public void valueReceived(Endpoint<T> ep, T value)
EndpointListenervalueReceived in interface EndpointListener<T>ep - The endpoint for which the new value was received.value - The new value.Copyright © 2015. All rights reserved.