package dellwon.ch4_Customview; import android.view.MotionEvent; //ViewÀÇ ObserverµéÀÇ Å¸ÀÔÀ¸·Î »ç¿ëÇÏ¿© ÁöÁ¤ÇÑ ¸Þ¼Òµå°¡ //Observerµé¿¡°Ô Á¤ÀÇ µÇ¾î ÀÖ°Ô °­Á¦Çϱâ À§ÇØ Á¤ÀÇÇÑ´Ù. public interface MyActionListner { void myActionPerformed(MotionEvent event); }