Class EventDeleteCommand

java.lang.Object
org.eclipse.nebula.widgets.ganttchart.undoredo.commands.EventDeleteCommand
All Implemented Interfaces:
IUndoRedoCommand

public class EventDeleteCommand
extends java.lang.Object
implements IUndoRedoCommand
Represents one GanttEvent delete action that can be undone/redone.

Note that this command is not added internally. But you are able to create and add this type of command within your custom IGanttEventListener.eventsDeleteRequest(java.util.List, org.eclipse.swt.events.MouseEvent)