Class LayerEditorEventHandler

java.lang.Object
org.opentcs.guing.components.layer.LayerEditorEventHandler
All Implemented Interfaces:
org.opentcs.guing.event.DrawingEditorListener

public class LayerEditorEventHandler
extends java.lang.Object
implements org.opentcs.guing.event.DrawingEditorListener
Handles drawing editor events that the layer editor needs to know about.
  • Constructor Summary

    Constructors 
    Constructor Description
    LayerEditorEventHandler​(LayerEditorModeling layerEditor)  
  • Method Summary

    Modifier and Type Method Description
    void figureAdded​(org.opentcs.guing.event.DrawingEditorEvent e)  
    void figureRemoved​(org.opentcs.guing.event.DrawingEditorEvent e)  
    void figureSelected​(org.opentcs.guing.event.DrawingEditorEvent e)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • figureAdded

      public void figureAdded​(org.opentcs.guing.event.DrawingEditorEvent e)
      Specified by:
      figureAdded in interface org.opentcs.guing.event.DrawingEditorListener
    • figureRemoved

      public void figureRemoved​(org.opentcs.guing.event.DrawingEditorEvent e)
      Specified by:
      figureRemoved in interface org.opentcs.guing.event.DrawingEditorListener
    • figureSelected

      public void figureSelected​(org.opentcs.guing.event.DrawingEditorEvent e)
      Specified by:
      figureSelected in interface org.opentcs.guing.event.DrawingEditorListener