com.cosylab.vdct.undo
Class MoveAction

java.lang.Object
  extended by com.cosylab.vdct.undo.ActionObject
      extended by com.cosylab.vdct.undo.MoveAction

public class MoveAction
extends ActionObject

This type was created in VisualAge.


Constructor Summary
MoveAction(Movable object, int dx, int dy)
          This method was created in VisualAge.
 
Method Summary
 java.lang.String getDescription()
          Insert the method's description here.
protected  void redoAction()
          redoAction method comment.
protected  void undoAction()
          undoAction method comment.
 
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveAction

public MoveAction(Movable object,
                  int dx,
                  int dy)
This method was created in VisualAge.

Parameters:
object - Movable
dx - int
dy - int
Method Detail

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (3.5.2001 15:53:42)

Specified by:
getDescription in class ActionObject
Returns:
java.lang.String

redoAction

protected void redoAction()
redoAction method comment.

Specified by:
redoAction in class ActionObject

undoAction

protected void undoAction()
undoAction method comment.

Specified by:
undoAction in class ActionObject