Class MailReaderUtil.Context<T>
java.lang.Object
ch.tocco.nice2.messaging.mail.impl.MailReaderUtil.Context<T>
- All Implemented Interfaces:
MailboxReader.Context<T>
- Enclosing class:
MailReaderUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
setResult
- Specified by:
setResultin interfaceMailboxReader.Context<T>
-
getResult
- Specified by:
getResultin interfaceMailboxReader.Context<T>
-
setValue
- Specified by:
setValuein interfaceMailboxReader.Context<T>
-
getValue
- Specified by:
getValuein interfaceMailboxReader.Context<T>
-
isStop
public boolean isStop() -
stop
public void stop()Description copied from interface:MailboxReader.ContextStops iterating over messages.- Specified by:
stopin interfaceMailboxReader.Context<T>
-