1 package com.loribel.commons.business.abstraction;
2
3 import com.loribel.commons.abstraction.*;
4
5 /***
6 * Abstraction of editor.
7 *
8 * @author Grégory Borelli
9 */
10 public interface GB_BODialogEditor
11 extends
12 GB_DialogEditor
13 {
14 void setBOProperty(
15 GB_BOProperty a_property);
16 }