package chuankou; public interface DataListener { void accept(T t); }