propertychangelistener.java

来自「AStar算法」· Java 代码 · 共 21 行

JAVA
21
字号
/******************************************************************************* * Copyright © 2008 Sandro Badame. All Rights Reserved. *  * This software and the accompanying materials is available under the  * Eclipse Public License 1.0 (EPL), which accompanies this distribution, and is * available at http://visualjpf.sourceforge.net/epl-v10.html ******************************************************************************/package com.javapathfinder.vjp.config.editors;/** * Use to keep track of changes to a ModePropertyConfiguraion */public interface PropertyChangeListener {    /**   * To be called when a change occurs to the property   */  void changeOccurred();  }

⌨️ 快捷键说明

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