package com.lfk.justwetools.View.NewPaint; /** * Created by liufengkai on 15/8/26. */ public interface OnPathListener { void addNodeToPath(float x, float y, int event, boolean Ispaint); }