📄 imagecapturelistener.java
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -