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 getProperty() method?
- What is the registerConnection() method?
- What is the Calendar class?
- What is the for loop?
- What is the RecordListener interface?