package de.bht.fpa.examples.frameworks.v2.ownframework; public interface IInputListener { boolean onInput(String input); }