org.devaki.nextobjects.util
Class NORedoLog.NORedoItem

java.lang.Object
  extended byorg.devaki.nextobjects.util.NORedoLog.NORedoItem
Enclosing class:
NORedoLog

class NORedoLog.NORedoItem
extends java.lang.Object

This class represent a singe item to be redoed. an action item which is made of :

Author:
Emmanuel Florent

Field Summary
 int action
          a flag describing the action
 BaseObject target
          the object
 int x
          optional X coordinate
 int y
          optional Y coordiante
 
Constructor Summary
NORedoLog.NORedoItem(int pAction, BaseObject pTarget, int pX, int pY)
          standard constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

public int action
a flag describing the action


target

public BaseObject target
the object


x

public int x
optional X coordinate


y

public int y
optional Y coordiante

Constructor Detail

NORedoLog.NORedoItem

public NORedoLog.NORedoItem(int pAction,
                            BaseObject pTarget,
                            int pX,
                            int pY)
standard constructor

Parameters:
pAction - the action kind flag
pTarget - the changed object
pX - optional x param
pY - optional y param


Copyright © 2002-2004 devaki.org. All Rights Reserved.