📄 selectorhandler.java
字号:
/*
* Copyright 2004 WIT-Software, Lda.
* - web: http://www.wit-software.com
* - email: info@wit-software.com
*
* All rights reserved. Relased under terms of the
* Creative Commons' Attribution-NonCommercial-ShareAlike license.
*/
package io;
/**
* Marker interface for classes that are able to handle I/O events
* raised by the SelectorThread class. This interface should not
* be implemented directly. Instead, use one of the subinterfaces
* define speciic functionality for a particular event.
*
* @author Nuno Santos
*/
public interface SelectorHandler {
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -