MBMObserver

@protocol MBMObserver

Observer interface used to subscribe for an Observable events.

  • Notifies an Observer about an Event.

    Declaration

    Objective-C

    - (void)notifyForEvent:(nonnull MBMEvent *)event;

    Swift

    func notify(for event: MBMEvent)

    Parameters

    event

    an Event