net.rim.blackberry.api.bbm.platform.io
Class BBMPlatformChannelListener
java.lang.Object
|
+--net.rim.blackberry.api.bbm.platform.io.BBMPlatformChannelListener
- All Implemented Interfaces:
- BBMPlatformConnectionListener
- public abstract class BBMPlatformChannelListener
- extends Object
- implements BBMPlatformConnectionListener
BBMChannelListener is required for BBMPlatformChannel to be created, and provides callback methods for BBMPlatformChannel events.
Note that the Platform cannot guarantee all the packets will come in order, so applicaitons will have to make sure the sequence of
events if needed.
BBMPlatformChannelListener
public BBMPlatformChannelListener()
- Creates a new instance of a BBMPlatformChannelListener.
- Since:
- BBM SDK 1.0
joinRequestCanceled
public void joinRequestCanceled(BBMPlatformConnection connection,
BBMPlatformIncomingJoinRequest request,
int reasonCode)
- Called when the user, who is hosting a public connection, has received a join request from a contact but has not yet accepted it,
and the contact tries to cancel the join request.
- Parameters:
connection - the public connection the user is hosting.request - the incoming request that has been canceled.reasonCode - It's defined in IOErrorCode to explain why the request is canceled.- Since:
- BBM SDK 1.0
joinRequestReceived
public void joinRequestReceived(BBMPlatformConnection connection,
BBMPlatformIncomingJoinRequest request,
String cookie)
- Called when the user, who is hosting a public connection, receives a join request to the connection.
- Parameters:
connection - the public connection the user is hosting.request - the incoming request the host receives.cookie - a string parameter defined and sent by the request sender, For example, it can be a game level.- Since:
- BBM SDK 1.0
Copyright 1999- Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.