Observer interface that specifies handling color changes. More...
#include <ColorChangeObserver.h>
Public Member Functions | |
virtual void | receiveColorChange (unsigned long newColor)=0 |
Gets called when the color changes during the observed traversal. | |
Observer interface that specifies handling color changes.
|
pure virtual |
Gets called when the color changes during the observed traversal.
newColor | The new color that the traversal handles now. |
Implemented in autopas::VerletNeighborListAsBuild< Particle_T >.