org.eclipse.stp.core.infrastructure.emf
Interface IEditModelListener

All Known Implementing Classes:
EditModelReaction

public interface IEditModelListener

Listen for changes to the IEditModel including addition, removal, loading or unloading of resources.


Method Summary
 void editModelChanged(IEditModel notifyingEditModel, EditModelEvent anEvent)
          An event ocurred on the J2EEEditModel.
 

Method Detail

editModelChanged

void editModelChanged(IEditModel notifyingEditModel,
                      EditModelEvent anEvent)
An event ocurred on the J2EEEditModel.