MGLObserver


@interface MGLObserver : NSObject

Base class for observers used to receive notifications from a type conforming to the MGLObservable protocol. Subclasses should only override -[MGLObserver notifyWithEvent:].