Interface RepresentativeObserver<T>

All Known Implementing Classes:
NetworkComponentDetector, RepresentativeElectionNode

public interface RepresentativeObserver<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tupleChanged(T node, T representative, Direction direction)
     
  • Method Details

    • tupleChanged

      void tupleChanged(T node, T representative, Direction direction)