fipaos.mts.event
Interface MessageListener


public interface MessageListener

This interface is used to notify interested objects when particular events occur to a message


Method Summary
 voidnotifyDelivery(Envelope env)
          This method is used to notify when a particular Message has been sent by an MTP succesfully (this doesn't gaurantee reception however - just that the message has left the local MTS stack)

Method Detail

notifyDelivery

public void notifyDelivery(Envelope env)
This method is used to notify when a particular Message has been sent by an MTP succesfully (this doesn't gaurantee reception however - just that the message has left the local MTS stack)