com.hs.mail.imap.processor
Class AbstractExpungeProcessor

java.lang.Object
  extended by com.hs.mail.imap.processor.AbstractImapProcessor
      extended by com.hs.mail.imap.processor.AbstractExpungeProcessor
All Implemented Interfaces:
ImapProcessor
Direct Known Subclasses:
CloseProcessor, ExpungeProcessor

public abstract class AbstractExpungeProcessor
extends AbstractImapProcessor

Since:
Oct 24, 2010
Author:
Won Chul Doh

Constructor Summary
AbstractExpungeProcessor()
           
 
Method Summary
protected  void fireExpunged(ImapSession session, List<Long> expungedUids)
           
 
Methods inherited from class com.hs.mail.imap.processor.AbstractImapProcessor
createResponder, doProcess, getMailboxManager, getUserManager, process, unsolicitedResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExpungeProcessor

public AbstractExpungeProcessor()
Method Detail

fireExpunged

protected void fireExpunged(ImapSession session,
                            List<Long> expungedUids)


Copyright © 2011. All Rights Reserved.