⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pagepanelinteractionlistener.java

📁 Java生成PDF Java生成PDF Java生成PDF
💻 JAVA
字号:
// $Id: PagePanelInteractionListener.java,v 1.3 2007/05/21 15:02:59 mike Exp $package org.faceless.pdf2.viewer2;/** * A listener that should be implemented by any objects wanting to be notified * whenever a {@link PagePanelInteractionEvent} is raised * <p><i>This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.</i></p> * @see PagePanelInteractionEvent * @see PagePanel#addPagePanelInteractionListener * @see DocumentViewport#addPagePanelInteractionListener * @since 2.8 */public interface PagePanelInteractionListener{    /**     * Called when a {@link PagePanelInteractionEvent} is raised     */    public void pageAction(PagePanelInteractionEvent event);}

⌨️ 快捷键说明

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