org.opentcs.guing.common.event.DrawingEditorEvent Maven / Gradle / Ivy
/**
* Copyright (c) The openTCS Authors.
*
* This program is free software and subject to the MIT license. (For details,
* see the licensing information (LICENSE.txt) you should have received with
* this copy of the software.)
*/
package org.opentcs.guing.common.event;
import java.util.EventObject;
import java.util.List;
import java.util.Objects;
import org.jhotdraw.draw.DrawingEditor;
import org.jhotdraw.draw.Figure;
/**
* Event object that a DrawingEditor fires when a Figure object was selected,
* added or removed.
*
* @see DrawingEditorListener
*/
public class DrawingEditorEvent
extends
EventObject {
/**
* The affected Figure objects.
*/
private final List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy