package com.view; /** * * @author kiriman */ public interface PathListener { public void pathAction(Object object, boolean isCancel); }