com.beem.project.beem.service.aidl
Interface IMessageListener
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IMessageListener.Stub
public interface IMessageListener
- extends IInterface
processMessage
void processMessage(IChat chat,
Message msg)
throws RemoteException
- This method is executed when a chat receive a message.
- Parameters:
chat - the chat receiving the message.msg - the message received in the chat.
- Throws:
RemoteException
stateChanged
void stateChanged(IChat chat)
throws RemoteException
- This method is executed when a new ChatState is received by the chat.
You can use IChat.getState() in order to get the new state.
- Parameters:
chat - the chat changed.
- Throws:
RemoteException
otrStateChanged
void otrStateChanged(String otrState)
throws RemoteException
- This method is executed when the otr session status change.
- Parameters:
otrState - the new state of otr session.
- Throws:
RemoteException
Copyright © 2009 Beem-project.com. All Rights Reserved.