T - Type of value that will be receivedpublic interface EndpointListener<T>
| 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
|
Copyright © 2015. All rights reserved.