Product Site

5.4.9.1. messageComplete (Abstract Method)

Whenever a message completes processing, for which notification was requested by using the notify method of the Message class, this method of the message notification target will be called. The Message object which completed processing will be provided as argument source.

It is an abstract method and must be implemented in a subclass.