Merged [15040]: Trying some magic: 5 seconds after the last unreachable host is repor...
[adiumx.git] / Source / AdiumChatEvents.h
blob0b0afd20dc90226f5e6c5a98ef83d40c09bd09d5
1 //
2 // AdiumChatEvents.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 9/10/05.
6 //
8 #import <Adium/AIObject.h>
10 @class AIChat, AIListContact;
11 @protocol AIEventHandler;
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