1 package com.loribel.commons.abstraction;
2
3 /***
4 * Abstraction.
5 *
6 * @author Gregory Borelli
7 */
8 public interface GB_DialogEditorPrototype
9 {
10 GB_DialogEditor newEditor(
11 String a_name);
12 }