i have extend a uiapplication for user interface,in which i will take a date on which i schedule a task. and i extend another base class application for running background process which will check the date and execute desired operation. but these both are base class so i want to synchronize them.. and don t know how to synchronize base class.. plz help mee..
Does the AlertListener interface works globally on all alerts on the blackberry device, or does it only work with alerts generated by your application? In other words, can I use this interface to ...