Classes Files

Wombat::MamaSourceGroup::StateChangedRegistration

Encapsulates a registration of a state-change mCallback for a particular source mGroup

Public Functions

  Name
void unregister()
Remove interest in callbacks when the state of sources within a mGroup change.

Public Properties

  Name
MamaSourceGroup SourceGroup
Returns the source mGroup which the mCallback object is observing.
MamaSourceStateChangeCallback SourceStateChangeCallback
Returns the observing mCallback

Public Functions Documentation

function unregister

void unregister()

Remove interest in callbacks when the state of sources within a mGroup change.

Public Property Documentation

property SourceGroup

MamaSourceGroup SourceGroup;

Returns the source mGroup which the mCallback object is observing.

property SourceStateChangeCallback

MamaSourceStateChangeCallback SourceStateChangeCallback;

Returns the observing mCallback


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