package cnp.ew.util;


public interface CpTimerUser {
    public long timerEvent(int timerType);
}