See: Description
| Class | Description |
|---|---|
| AbstractEndpointListener<T> |
An abstract implementation for an EndpointListener that developers can extend if
they only what to implement one method in the EndpointListener interface.
|
| AbstractNetworkListener |
An abstract implementation for a NetworkListener that developers can extend if
they only what to implement one method in the GatewayListener interface.
|
| AbstractPanStampListener |
An abstract implementation for a PanStampListener that developers can extend if
they only what to implement one method in the PanStampListener interface.
|
| AbstractRegisterListener |
An abstract implementation for a RegisterListener that developers can extend if
they only what to implement one method in the RegisterListener interface.
|
When writing specific event handlers, rather than implementing all interface methods, developers can extend these classes and only override the method(s) they need to to implement their functionality.
NetworkListener,
PanStampListener,
RegisterListener,
EndpointListenerCopyright © 2015. All rights reserved.