Package com.funambol.syncclient.blackberry.listener

Examples of com.funambol.syncclient.blackberry.listener.Sync4jEventListener


        listEvent = (BlackBerryPIMList)
                            PIM.getInstance().
                                openPIMList(PIM.EVENT_LIST, PIM.READ_WRITE);

        listenerContact = new Sync4jContactListener();
        listenerEvent = new Sync4jEventListener();
        //listenerCalls = new CallsListener();//this is to listen to incoming calls to alert the client
       
        /*
        listenerSMS = new SMSListener();
        */
 
View Full Code Here

TOP

Related Classes of com.funambol.syncclient.blackberry.listener.Sync4jEventListener

Copyright © 2018 www.massapicom. 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.