jtulach@374: package org.apidesign.openfixed; jtulach@374: jtulach@374: import java.util.EventListener; jtulach@374: jtulach@374: // BEGIN: openfixed.postprocessor jtulach@374: public interface PostModificationListener extends EventListener { jtulach@374: public void postProcess(PostModificationEvent ev); jtulach@374: } jtulach@374: // END: openfixed.postprocessor