listenable.as
来自「Yahoo!search API. 用于搜索引擎接口」· AS 代码 · 共 12 行
AS
12 行
import com.yahoo.core.CoreInterface;
/**
*
* @see CoreInterface
*/
interface com.yahoo.event.Listenable extends CoreInterface{
/**
*
* @param e
*/
public function handleEvent(e:com.yahoo.event.Event):Void;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?