Class RinearnGraph3DEventDispatcher
java.lang.Object
com.rinearn.graph3d.event.RinearnGraph3DEventDispatcher
- All Implemented Interfaces:
com.rinearn.rxg3dlegacyimpl.RG3DPlotListener
public class RinearnGraph3DEventDispatcher
extends Object
implements com.rinearn.rxg3dlegacyimpl.RG3DPlotListener
イベントをディスパッチするために使用されるクラスです
(APIのユーザーがこのクラスを使用する必要はありません)
The class for dispatching events
(users of API should not use this class)
.
このクラスの仕様は, 予告なく変更される可能性があります.
Note that, the specifications of this class may change in future without any notice.
-
Constructor Summary
ConstructorsConstructorDescription指定された RinearnGraph3D インスタンスを source とする, 新しいイベントディスパッチャーを生成します Creates a new event dispatcher of which source is the specified RinearnGraph3D instance . -
Method Summary
Modifier and TypeMethodDescriptionvoidプロットイベントのリスナーを追加登録します Adds the plotting event listener .void登録されている全てのプロットイベントのリスナーに対して, plottingCanceled メソッドを呼び出します Calls the 'plottingCanceled' method for all registered plotting event listeners .void登録されている全てのプロットイベントのリスナーに対して, plottingFinished メソッドを呼び出します Calls the 'plottingFinished' method for all registered plotting event listeners .void登録されている全てのプロットイベントのリスナーに対して, plottingRequested メソッドを呼び出します Calls the 'plottingRequested' method for all registered plotting event listeners .
-
Constructor Details
-
RinearnGraph3DEventDispatcher
指定された RinearnGraph3D インスタンスを source とする, 新しいイベントディスパッチャーを生成します Creates a new event dispatcher of which source is the specified RinearnGraph3D instance .- Parameters:
source- イベントの source とする RinearnGraph3D インスタンス The RinearnGraph3D instance as the source of events
-
-
Method Details
-
addPlottingListener
プロットイベントのリスナーを追加登録します Adds the plotting event listener .- Parameters:
listener- プロットイベントのリスナー The plotting event listener
-
plottingRequested
public void plottingRequested()登録されている全てのプロットイベントのリスナーに対して, plottingRequested メソッドを呼び出します Calls the 'plottingRequested' method for all registered plotting event listeners .- Specified by:
plottingRequestedin interfacecom.rinearn.rxg3dlegacyimpl.RG3DPlotListener
-
plottingCanceled
public void plottingCanceled()登録されている全てのプロットイベントのリスナーに対して, plottingCanceled メソッドを呼び出します Calls the 'plottingCanceled' method for all registered plotting event listeners .- Specified by:
plottingCanceledin interfacecom.rinearn.rxg3dlegacyimpl.RG3DPlotListener
-
plottingFinished
public void plottingFinished()登録されている全てのプロットイベントのリスナーに対して, plottingFinished メソッドを呼び出します Calls the 'plottingFinished' method for all registered plotting event listeners .- Specified by:
plottingFinishedin interfacecom.rinearn.rxg3dlegacyimpl.RG3DPlotListener
-