com.beem.project.beem.service.aidl
Interface IChatManagerListener

Package class diagram package 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.


Nested Class Summary
static class IChatManagerListener.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 void chatCreated(IChat chat, boolean locally)
          Call when a new chat session is created.
 
Methods inherited from interface android.os.IInterface
asBinder
 

Method Detail

chatCreated

void chatCreated(IChat chat,
                 boolean locally)
                 throws RemoteException
Call when a new chat session is created.

Parameters:
chat - the created chat session
locally - true if the session is create by a chat manager.
Throws:
RemoteException


Copyright © 2009 Beem-project.com. All Rights Reserved.