imagecapturelistener.java

来自「myjxta是用jxta开发的一个p2p通讯软件 有聊天 文件共享 视频3大功」· Java 代码 · 共 35 行

JAVA
35
字号
/* * Copyright (c) [2005] [Jeffrey Moore] * * Redistributions in source code form must reproduce the above copyright and  * this condition. * * The contents of this file are subject to the Sun Project JXTA License  * Version 1.1 (the "License"); you may not use this file except in compliance  * with the License. A copy of the License is available at  * http://www.jxta.org/jxta_license.html. * *//* * ImageCaptureListener.java * * Created on April 4, 2005, 6:49 AM */package net.jxta.myjxta.plugins.vijxta;import java.awt.Image;/** * Listener used to capture images from a source.. or whatever. * @author jamoore */public interface ImageCaptureListener {            public void imageCaptured(Image image);        }

⌨️ 快捷键说明

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