public class TestEvents
extends Object
This example shows how to work with the classes from Network, PanStamp, Register and Endpoint
so that events for all instances in the structure can be received.
It is important to understand that when you add a listener (event handler) to an instance of one of these
classes, it is very likely that you may already have "missed" some events.
This examples demonstrates how to iterate through existing data and how to add listeners to receive future data.
- Author:
- Gideon le Grange https://github.com/GideonLeGrange