Class NodeChangeCollector

  • All Implemented Interfaces:
    SNodeChangeListener

    public class NodeChangeCollector
    extends Object
    implements SNodeChangeListener
    Implementation of model change listener that collects events as commanded. Multiple start/stop sequences are possible. Nested start/stop are not supported. Initial state is stopped.

    Not thread-safe, it's caller's responsibility to ensure single-thread use or to synchronize access.