001package org.vishia.gral.impl_ifc; 002 003import org.vishia.gral.base.GralMenu; 004 005/**This interface should be implemented by an associated (usual inner non static) class of the widget implementation. 006 * @author hartmut 007 * 008 */ 009public interface GralWidgetImpl_ifc 010{ 011 void specifyContextMenu(GralMenu menu); 012 013}