| Package | Description |
|---|---|
| me.legrange.panstamp |
Provides the top level abstractions for working with a panStamp network.
|
| me.legrange.panstamp.event |
This package contains convenience class implementations for the main interfaces from the
me.legrange.panstamp package.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Register.getEndpoint(String name)
return the endpoint for the given name
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
Register.getEndpoints()
return the endpoints defined for this register
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterListener.endpointAdded(Register reg,
Endpoint ep)
An endpoint was added to a register.
|
void |
EndpointListener.valueReceived(Endpoint<T> ep,
T value)
Called on listeners if a new value was received for the endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRegisterListener.endpointAdded(Register reg,
Endpoint ep) |
void |
AbstractEndpointListener.valueReceived(Endpoint<T> ep,
T value) |
Copyright © 2015. All rights reserved.