Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
senthil_25
Posts: 45
Registered: ‎11-10-2010

I want both the listener i.e incoming and outgoing message listener in one class

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.

Please use plain text.
Developer
peter_strange
Posts: 17,631
Registered: ‎07-14-2008

Re: I want both the listener i.e incoming and outgoing message listener in one class

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. 

Please use plain text.