07-10-2012 06:01 AM
I want to use both the listener i.e incoming and outgoing message listener in one class. Is it possibel to do it?
Explain with skeleton of the application.
07-10-2012 06:08 AM
Which are the exact Listener classes are you trying to implement?
In general in Java classes can 'implement' a number of interfaces to achieve this sort of functionality. This is standard Java rather than anything specific to the BlackBerry.