Inherited by ERXRemoteNotificationCenter.SimpleCenter, and ERJGroupsNotificationCenter.

Classes | |
| class | SimpleCenter |
Public Member Functions | |
| void | postLocalNotification (NSNotification notification) |
| void | postNotification (NSNotification notification) |
Static Public Member Functions | |
| static ERXRemoteNotificationCenter | defaultCenter () |
| static void | setDefaultCenter (ERXRemoteNotificationCenter center) |
Protected Member Functions | |
| abstract void | postRemoteNotification (NSNotification notification) |
Static Private Attributes | |
| static ERXRemoteNotificationCenter | _sharedInstance |
| static final Logger | log = Logger.getLogger(ERXRemoteNotificationCenter.class) |
| static ERXRemoteNotificationCenter defaultCenter | ( | ) | [static] |
| void postLocalNotification | ( | NSNotification | notification | ) |
Post a notification to the local app only.
| notification |
| void postNotification | ( | NSNotification | notification | ) |
Overridden to call postRemoteNotification(NSNotification).
| abstract void postRemoteNotification | ( | NSNotification | notification | ) | [protected, pure virtual] |
Post a notification to the remote listeners.
| notification |
Implemented in ERXRemoteNotificationCenter.SimpleCenter, and ERJGroupsNotificationCenter.
| static void setDefaultCenter | ( | ERXRemoteNotificationCenter | center | ) | [static] |
Set the default center
| center |
ERXRemoteNotificationCenter _sharedInstance [static, private] |
Reimplemented in ERJGroupsNotificationCenter.
final Logger log = Logger.getLogger(ERXRemoteNotificationCenter.class) [static, private] |
Reimplemented in ERJGroupsNotificationCenter.
1.5.8