/** *

Title: ImageReceiver

* * * @author Sangyoon Oh * @version 0.0 */ public interface ImageReceiver { public void onMessage(byte[] image); }