001package org.apache.james.mpt.api;
002
003public interface Continuation {
004
005    void doContinue();
006
007}