Hi,
 
i have done this and in this case UpdateDate does not compile. So i got
 
class toto implements GeometryUpdater {
 
    GeometryArray  geom;

    public void updateData(Geometry geometry) { }
 
    public void update() {
        geom.updateDada(this);
    }
 
    class tutu {
 
        public void trans(){
            update();
        }   
           
    }
 
 Return of compile return this ??????
 
"CreatTable.java" : Erreur No. 300 : m�thode updateDada(CreatTable) introuvable  dans classe javax.media.j3d.GeometryArray en ligne 190, colonne 14
io do not know because it normally work inside the behavior
 
thanks

Reply via email to