com.ice.cvsc
Class CVSEntry.ChildEvent

java.lang.Object
  |
  +--com.ice.cvsc.CVSEntry.ChildEvent
Enclosing class:
CVSEntry

public class CVSEntry.ChildEvent
extends java.lang.Object


Constructor Summary
CVSEntry.ChildEvent(int index, CVSEntry child)
          The source is the CVSEntry that parent's the child.
 
Method Summary
 CVSEntry getChildEntry()
           
 int getChildIndex()
           
 CVSEntry getCVSEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSEntry.ChildEvent

public CVSEntry.ChildEvent(int index,
                           CVSEntry child)
The source is the CVSEntry that parent's the child. The index is the index of the affected child.

Method Detail

getCVSEntry

public CVSEntry getCVSEntry()

getChildIndex

public int getChildIndex()

getChildEntry

public CVSEntry getChildEntry()


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.