org.eclipse.stp.core.infrastructure.emf
Class EditModelReaction

java.lang.Object
  extended by org.eclipse.stp.core.infrastructure.emf.EditModelReaction
All Implemented Interfaces:
IEditModelListener

public class EditModelReaction
extends java.lang.Object
implements IEditModelListener


Nested Class Summary
static interface EditModelReaction.IEventReactionListener
           
 
Constructor Summary
EditModelReaction()
           
 
Method Summary
 void editModelChanged(IEditModel editModel, EditModelEvent anEvent)
          An event ocurred on the J2EEEditModel.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditModelReaction

public EditModelReaction()
Method Detail

editModelChanged

public void editModelChanged(IEditModel editModel,
                             EditModelEvent anEvent)
Description copied from interface: IEditModelListener
An event ocurred on the J2EEEditModel.

Specified by:
editModelChanged in interface IEditModelListener