Revision 673 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.swing/org.gvsig.vectorediting.swing.impl/src/main/java/org/gvsig/vectorediting/swing/impl/DefaultEditingContext.java

View differences:

DefaultEditingContext.java
608 608
    }
609 609

  
610 610
    private void exportLayer(FLyrVect layer) throws EndEditingException {
611
        // TODO Auto-generated method stub
612

  
611
        Notification notification = new BaseNotification(EditingContext.EXPORT_LAYER_NOTIFICATION,1);
612
        notification.setValue(layer);
613
        this.observableHelper.notifyObservers(this, notification);
613 614
    }
614 615

  
615 616
    protected void finishService() {

Also available in: Unified diff