Classes Files

Wombat::MamaSourceStateChangeCallback

Applications can register with MamaSourceGroup to receive state change notifications when the state of sources within the group has changed.

Public Functions

  Name
void onStateChanged(MamaSourceGroup sourceGroup, MamaSource topWeightSource)
The actual callback method

Public Functions Documentation

function onStateChanged

void onStateChanged(
    MamaSourceGroup sourceGroup,
    MamaSource topWeightSource
)

The actual callback method

Parameters:

  • sourceGroup The source group notifying the applications.
  • topWeightSource The top weight source in the group. Determined when reevaluate() is called.

Updated on 2023-03-31 at 15:29:33 +0100