149150151152153154155156
* * @param session */ protected void postNotification(ERXSession session) { NSNotificationCenter nc = NSNotificationCenter.defaultCenter(); nc.postNotification(MODERNIZR_UPDATED_NOTIFICATION, session); } }