All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.network.mail.pop3.event.DecodeMessageListener

public interface DecodeMessageListener
extends EventListener
The listener may be implemented by:
  1. MimeDecoderBean to support a request for decoding of a bodypart.

Author:
Mohit M Sant
See Also:
DecodeMessageEvent, Decodable

Method Index

 o decodeBodyPart(DecodeMessageEvent)
Request decoding of a Decodable bodypart of a message.

Methods

 o decodeBodyPart
 public abstract void decodeBodyPart(DecodeMessageEvent evt)
Request decoding of a Decodable bodypart of a message.

Parameters:
evt - DecodeMessageEvent.

All Packages  Class Hierarchy  This Package  Previous  Next  Index