001package state.ui;
002
003public interface UIMenuAction {
004        public Object run();
005}