?? placeadapter.java
字號(hào):
// This is copyrighted source file, part of Rakiura JFern package. // See the file LICENSE for copyright information and the terms and conditions// for copying, distributing and modifications of Rakiura JFern package.// Copyright (C) 1999-2002 by Mariusz Nowostawski and others [http://www.rakiura.org]package org.rakiura.cpn.event;/** * Implements an adapter for {@link PlaceListener}. * *<br><br> * PlaceAdapter.java<br> * Created: Wed Apr 17 10:55:33 2002<br> * *@author <a href="mariusz@rakiura.org">Mariusz Nowostawski</a> *@version 2.1.0 $Revision: 1.1 $ *@since 2.0 */public class PlaceAdapter implements PlaceListener { public void notify(final PlaceEvent anEvent) {} public void notify(final TokensRemovedEvent anEvent) {} public void notify(final TokensAddedEvent anEvent) {}} // PlaceAdapter//////////////////// end of file ////////////////////
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -