/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package jada.ngeditor.model; import de.lessvoid.nifty.Nifty; /** * * @author cris */ public interface GSpecial { public void createInNifty(Nifty manger); }