001package org.vishia.gral.swt;
002
003import org.vishia.gral.base.GralWindow_setifc;
004import org.vishia.gral.ifc.GralWidget_ifc;
005
006/**This interface specifies the instance to have any set interfaces 
007 * which's methods should be invoked only in the graphic thread.
008 * 
009 * @author Hartmut Schorrig
010 *
011 */
012public interface SwtSetValue_ifc
013{
014  GralWindow_setifc getSwtWindow_ifc();
015  
016}