黑莓联系人监听器
我想为黑莓设置事件侦听器,以便在更改、添加、编辑联系人时更改联系人的某些信息。在我的应用程序中,我想在使用添加新联系人或编辑联系人时获得联系。
i want to set event listener for the BlackBerry that changes some information to the contact when it change, add, edit contact. In my Application i want to get contact when use add new contact or edit contact.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个简单的类,它将监听 BlackBerry 地址簿中的更改。
要使用上述类,您需要将其实例添加为 BlackBerry 联系人列表的侦听器。以下是您将如何做到这一点:
Here is a simple class that will listen to changes in the BlackBerry address book.
To use the above class, you need to add an instance of it as a listener to the BlackBerry contact list. Here is how you would do that: