capint
1/17/2016 - 5:00 PM

EMF >> Resource Set Listener

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 {
	}
}