org.objectweb.jonas_ejb.container.jorm
Interface GenClassListener


public interface GenClassListener

This interface is a listener over the actions which modify a GenClass.

Author:
S.Chassande-Barrioz

Method Summary
 void gcAdd(GenClassElement element)
          An element has been added in the gen class.
 void gcRemove(GenClassElement element, boolean delete)
          An element has been removed in the gen class.
 

Method Detail

gcAdd

public void gcAdd(GenClassElement element)
An element has been added in the gen class.

Parameters:
element - is the added element.

gcRemove

public void gcRemove(GenClassElement element,
                     boolean delete)
An element has been removed in the gen class.

Parameters:
element - is the removed element.