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

Examples of net.rim.blackberry.api.bbm.platform.profile.UserProfileBoxItem


   
    private class RemoveItemFunction extends ScriptableFunctionBase {

        protected Object execute(Object thiz, Object[] args) throws Exception {
            final ScriptableProfileBoxItem scriptItem = (ScriptableProfileBoxItem) args[0];
            final UserProfileBoxItem item = scriptItem.getItem();
            _profileBox.removeItem(item.getItemId());
            return UNDEFINED;
        }
View Full Code Here

TOP

Related Classes of net.rim.blackberry.api.bbm.platform.profile.UserProfileBoxItem

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.