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