package at.gv.egiz.moazs.process; public interface MsgResponseHandler { void handle(String id); }