iconnectionlistener.java

来自「piweurrrrq i o fhsadhfka fd dskajc zxkjc」· Java 代码 · 共 20 行

JAVA
20
字号
/* * Copyright (c) 2000 Lyrisoft Solutions, Inc. * Used by permission */package com.lyrisoft.chat;/** * Interface the implement when you want to get raw messages from the socket connection */public interface IConnectionListener {    /**     * Notification that a new line was read from the socket     */    public void incomingMessage(String message);    /**     * Notification that the socket got closed.     */    public void socketClosed();}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?