EMF >> Resource Set Listener
public class ResourceSetListenerExample extends ResourceSetListenerImpl{
/**
* Informs the listener that the execution of a command (read/write) is about to complete. Listeners implement
* this method in order to provide "trigger commands".
*/
@Override
public Command transactionAboutToCommit(ResourceSetChangeEvent event_p) throws RollbackException {
}
}