package com.ld.io.api; public interface IoSessionListener { void onCreate(IoSession session); void onDestroy(IoSession session); }