All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.network.mail.pop3.event.DecodeListener
- public interface DecodeListener
- extends EventListener
The listener may be implemented by:
-
UserInterfaceBean
to be notified of completion of decoding.
- Author:
- Mohit M Sant
- See Also:
- DecodeEvent
-
decodePerformed(DecodeEvent)
- Notifies completion of decoding.
decodePerformed
public abstract void decodePerformed(DecodeEvent evt)
- Notifies completion of decoding.
- Parameters:
- evt - DecodeEvent.
All Packages Class Hierarchy This Package Previous Next Index