Class OdEditor

java.lang.Object
org.opentrafficsim.editor.extensions.OdEditor
All Implemented Interfaces:
Serializable, Remote, EventListener, org.djutils.event.EventListener

public class OdEditor extends Object implements org.djutils.event.EventListener
Editor for OD.

Copyright (c) 2023-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel
See Also:
  • Constructor Details

    • OdEditor

      public OdEditor(OtsEditor editor) throws IOException
      Constructor.
      Parameters:
      editor - OtsEditor; editor.
      Throws:
      IOException - if icon cannot be loaded or listener cannot be added.
  • Method Details

    • notify

      public void notify(org.djutils.event.Event event) throws RemoteException
      Specified by:
      notify in interface org.djutils.event.EventListener
      Throws:
      RemoteException