What is the notifyIncomingMessage() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the notifyIncomingMessage() method?
Rating:
The notifyIncomingMessage() method is a method of the MessageListener interface. This method is called whenever a message arrives at a MessageConnection object. The general syntax of this method is as follows:
Here, m is the instance of the MessageConnection interface where the message arrives.
Rating:
Was this information helpful?
Other articles
- What is the unregisterConnection() method?
- What is the ChoiceGroup class?
- What is the Vector class?
- What is an exception?
- What is the receive() method?