Inherits from NSObject
Declared in PSHNewGroupBusEvent.h

Overview

Bus event emitted after a group creation. Event bus listeners (see PSHBusProvider) must implement the following method for event awareness:

-(void)onNewGroupBusEvent:(NSNotification*)notification
{
    PSHNewGroupBusEvent* event = (PSHNewGroupBusEvent*) notification.object;
}