package org.argeo.slc.msg; public interface MsgHandler { public Object handleMsg(Object msg); }