org.rococoa.cocoa.instantmessage
Class InstantMessageLibrary.IMPersonInfoChangedNotification

java.lang.Object
  extended by org.rococoa.cocoa.instantmessage.InstantMessageLibrary.IMPersonInfoChangedNotification
Enclosing interface:
InstantMessageLibrary

public static final class InstantMessageLibrary.IMPersonInfoChangedNotification
extends Object

Received from IMService's custom notification center. Posted when a screenName changes some aspect of their published information.
This notification is for the IMService object. The user information dictionary will always contain an IMPersonScreenNameKey and may
contain any of the following keys as described by "Dictionary Keys" in this document: IMPersonStatusMessageKey, IMPersonIdleSinceKey,
IMPersonFirstNameKey, IMPersonLastNameKey, IMPersonEmailKey, IMPersonPictureDataKey, IMPersonAVBusyKey, IMPersonCapabilitiesKey
.
If a particular attribute has been removed, the value for the relevant key will be NSNull.


Nested Class Summary
static class InstantMessageLibrary.IMPersonInfoChangedNotification.IMPersonInfoChangedNotification_holder
           
 
Constructor Summary
InstantMessageLibrary.IMPersonInfoChangedNotification()
           
 
Method Summary
static InstantMessageLibrary.IMPersonInfoChangedNotification.IMPersonInfoChangedNotification_holder get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstantMessageLibrary.IMPersonInfoChangedNotification

public InstantMessageLibrary.IMPersonInfoChangedNotification()
Method Detail

get

public static InstantMessageLibrary.IMPersonInfoChangedNotification.IMPersonInfoChangedNotification_holder get()