BaseObject¶
The main objects in defcon all subclass these objects.
See also
NotificationCenter
The base object uses notifications to notify observers about changes. The API for subscribing/unsubscribing to notifications are detailed below. Some familiarity with the
NotificationCenter
might be helpful.