alxtree
Class AlxTreeEvent

java.lang.Object
  |
  +--alxtree.AlxTreeEvent

public class AlxTreeEvent
extends java.lang.Object

Titre : Description : Copyright : Copyright (c) 2001 Société :

Version:
1.0
Author:
Alexandre Alapetite

Field Summary
static int ALX_TREE_FERMETURE
           
static int ALX_TREE_NOEUD_EVENT
           
static int ALX_TREE_OUVERTURE
           
private  AlxNoeud alxNoeud
           
private  AlxTree alxTree
           
private  int id
           
 
Constructor Summary
AlxTreeEvent(AlxTree alxTree_Source, AlxNoeud alxNoeud_Source)
           
AlxTreeEvent(AlxTree alxTree_Source, AlxNoeud alxNoeud_Source, int id)
           
 
Method Summary
 AlxNoeud getAlxNoeud()
           
 AlxTree getAlxTree()
           
 int getID()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ALX_TREE_OUVERTURE

public static final int ALX_TREE_OUVERTURE

ALX_TREE_FERMETURE

public static final int ALX_TREE_FERMETURE

ALX_TREE_NOEUD_EVENT

public static final int ALX_TREE_NOEUD_EVENT

alxTree

private AlxTree alxTree

alxNoeud

private AlxNoeud alxNoeud

id

private int id
Constructor Detail

AlxTreeEvent

public AlxTreeEvent(AlxTree alxTree_Source,
                    AlxNoeud alxNoeud_Source)

AlxTreeEvent

public AlxTreeEvent(AlxTree alxTree_Source,
                    AlxNoeud alxNoeud_Source,
                    int id)
Method Detail

getAlxTree

public AlxTree getAlxTree()

getAlxNoeud

public AlxNoeud getAlxNoeud()

getID

public int getID()