Classes Files

com::wombat::mama::MamaSourceStateChangeListener

More…

Public Functions

  Name
void onStateChanged(MamaSourceGroup sourceGroup, MamaSource topWeightSource, Object closure)

Detailed Description

class com::wombat::mama::MamaSourceStateChangeListener;

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

Public Functions Documentation

function onStateChanged

void onStateChanged(
    MamaSourceGroup sourceGroup,
    MamaSource topWeightSource,
    Object closure
)

Parameters:

  • sourceGroup The source group notifying the applications.
  • topWeightSource The top weight source in the group. Determined when _reevaluate() is called.
  • closure User supplied data.

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