?? transitionstatechangedevent.java
字號:
// 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;/**/import org.rakiura.cpn.Transition; /** * Represents transition state change event. * This event is being notify that the state * of the transition (from enabled to disabled * or vice versa) has occured. * *<br><br> * TransitionStateChangedEvent.java<br> * Created: Sun Apr 21 10:07:06 2002<br> * * @author <a href="mariusz@rakiura.org">Mariusz</a> * @version $Revision: 1.1 $ $Date: 2002/04/21 20:38:26 $ */public class TransitionStateChangedEvent extends TransitionEvent { public TransitionStateChangedEvent(final Transition aTransition) { super(aTransition); } } // TransitionStateChangedEvent//////////////////// end of file ////////////////////
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -