package de.geolykt.starloader.api.gui; /** * Our version agnostic contemporary to Widget messages, which is an odd way to * communicate within the UI System within the snoddasmannen.galimulator.ui * package. */ public enum WidgetAction { CLOSE, RESIZE, REDRAW; }