* Fixed the objectSpecifier of `AIStatusItem`s to be based on the unique ID rather...
[adiumx.git] / Source / AdiumChatEvents.h
blobcd66de972ec8c2b0cb5b781e188b7646bbd24f03
1 //
2 // AdiumChatEvents.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 9/10/05.
6 //
8 #import <Adium/AIObject.h>
9 #import <Adium/AIContactAlertsControllerProtocol.h>
11 @class AIChat, AIListContact;
13 @interface AdiumChatEvents : AIObject <AIEventHandler> {
17 - (void)controllerDidLoad;
18 - (void)chat:(AIChat *)chat addedListContact:(AIListContact *)inContact;
19 - (void)chat:(AIChat *)chat removedListContact:(AIListContact *)inContact;
21 @end