Package net.rim.blackberry.api.bbm.platform.io

Examples of net.rim.blackberry.api.bbm.platform.io.BBMPlatformOutgoingJoinRequest.cancel()


   
    private class CancelFunction extends ScriptableFunctionBase {
       
        protected Object execute(Object thiz, Object[] args) throws Exception {
            BBMPlatformOutgoingJoinRequest request = getRequest();
            request.cancel();
            IONamespace.getInstance().removeOutgoingJoinReq(request);
            return UNDEFINED;
        }
       
        protected FunctionSignature[] getFunctionSignatures() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.