package com.hexidec.ekit.action.bridges; public interface UserInputService { void dispose(); String getInputText(); }