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 gcElemWritten(GenClassElement element)
           
 void gcRemove(GenClassElement element)
          An element has been removed in the gen class.
 boolean mustSignalRemoved()
           
 

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)
An element has been removed in the gen class.
Parameters:
element - is the removed element.

mustSignalRemoved

public boolean mustSignalRemoved()

gcElemWritten

public void gcElemWritten(GenClassElement element)