Class UndoRedoListenerAdapter

java.lang.Object
org.eclipse.nebula.widgets.ganttchart.undoredo.UndoRedoListenerAdapter
All Implemented Interfaces:
IUndoRedoListener

public class UndoRedoListenerAdapter
extends java.lang.Object
implements IUndoRedoListener
Basic implementation of IUndoRedoListener.
  • Constructor Summary

    Constructors 
    Constructor Description
    UndoRedoListenerAdapter()  
  • Method Summary

    Modifier and Type Method Description
    void canRedoChanged​(boolean canRedo)
    Notified when the undo/redo state has changed.
    void canUndoChanged​(boolean canUndo)
    Notified when the undo/redo state has changed.
    void commandRedone​(IUndoRedoCommand command)
    Notified when a redo has taken place.
    void commandUndone​(IUndoRedoCommand command)
    Notified when an undo has taken place.
    void undoableCommandAdded​(IUndoRedoCommand command)
    When a command is added to the stack that can be undone this is called.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait