com.beem.project.beem.service.aidl
Interface IChatManagerListener
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IChatManagerListener.Stub
public interface IChatManagerListener
- extends IInterface
Aidl interface for ChatManager listener.
This listener will execute on events like creation of chat session.
|
Method Summary |
void |
chatCreated(IChat chat,
boolean locally)
Call when a new chat session is created. |
chatCreated
void chatCreated(IChat chat,
boolean locally)
throws RemoteException
- Call when a new chat session is created.
- Parameters:
chat - the created chat sessionlocally - true if the session is create by a chat manager.
- Throws:
RemoteException
Copyright © 2009 Beem-project.com. All Rights Reserved.