[[MGMControllersharedController]startNotificationWithInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"passworddialogopened",MGMNName,@"Password Dialog Opened",MGMNTitle,@"The system is requesting you enter your password.",MGMNDescription,nil]];
[[MGMControllersharedController]startNotificationWithInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"applicationbecamefront",MGMNName,@"Application Became Front",MGMNTitle,[informationobjectForKey:(NSString*)kCFBundleNameKey],MGMNDescription,[[NSWorkspacesharedWorkspace]iconForFile:[informationobjectForKey:@"BundlePath"]],MGMNIcon,nil]];
[[MGMControllersharedController]startNotificationWithInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"applicationwilllaunch",MGMNName,@"Application Will Launch",MGMNTitle,[[theNotificationuserInfo]objectForKey:MGMNSApplicationName],MGMNDescription,[[NSWorkspacesharedWorkspace]iconForFile:[[theNotificationuserInfo]objectForKey:MGMNSApplicationPath]],MGMNIcon,nil]];
[[MGMControllersharedController]startNotificationWithInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"applicationdidlaunch",MGMNName,@"Application Did Launch",MGMNTitle,[[theNotificationuserInfo]objectForKey:MGMNSApplicationName],MGMNDescription,[[NSWorkspacesharedWorkspace]iconForFile:[[theNotificationuserInfo]objectForKey:MGMNSApplicationPath]],MGMNIcon,nil]];
[[MGMControllersharedController]startNotificationWithInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"applicationdidterminate",MGMNName,@"Application Did Terminate",MGMNTitle,[[theNotificationuserInfo]objectForKey:MGMNSApplicationName],MGMNDescription,[[NSWorkspacesharedWorkspace]iconForFile:[[theNotificationuserInfo]objectForKey:MGMNSApplicationPath]],MGMNIcon,nil]];
[[MGMControllersharedController]startNotificationWithInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"applicationdidhide",MGMNName,@"Application Did Hide",MGMNTitle,[applicationlocalizedName],MGMNDescription,[applicationicon],MGMNIcon,nil]];
[[MGMControllersharedController]startNotificationWithInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"applicationdidunhide",MGMNName,@"Application Did Unhide",MGMNTitle,[applicationlocalizedName],MGMNDescription,[applicationicon],MGMNIcon,nil]];