5 // Created by Evan Schoenberg on 9/10/05.
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
;