org.argouml.kernel
Class HistoryEvent

java.lang.Object
  |
  +--org.argouml.kernel.HistoryEvent

public class HistoryEvent
extends java.lang.Object


Field Summary
protected  int _index
           
protected  HistoryItem _item
           
protected  History _source
           
 
Constructor Summary
HistoryEvent(History src, HistoryItem item, int index)
           
 
Method Summary
 int getIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_source

protected History _source

_item

protected HistoryItem _item

_index

protected int _index
Constructor Detail

HistoryEvent

public HistoryEvent(History src,
                    HistoryItem item,
                    int index)
Method Detail

getIndex

public int getIndex()


ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook