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 voidfigureAdded(org.opentcs.guing.event.DrawingEditorEvent e)voidfigureRemoved(org.opentcs.guing.event.DrawingEditorEvent e)voidfigureSelected(org.opentcs.guing.event.DrawingEditorEvent e)
-
Constructor Details
-
Method Details
-
figureAdded
public void figureAdded(org.opentcs.guing.event.DrawingEditorEvent e)- Specified by:
figureAddedin interfaceorg.opentcs.guing.event.DrawingEditorListener
-
figureRemoved
public void figureRemoved(org.opentcs.guing.event.DrawingEditorEvent e)- Specified by:
figureRemovedin interfaceorg.opentcs.guing.event.DrawingEditorListener
-
figureSelected
public void figureSelected(org.opentcs.guing.event.DrawingEditorEvent e)- Specified by:
figureSelectedin interfaceorg.opentcs.guing.event.DrawingEditorListener
-