Marker interface that denotes that the {@link KeyEvent} in question is reposted from some{@link AWTEventListener}, including this. It denotes that the event shall not be "hack processed" by this class again. (The problem is that it is not possible to state "inject this event from this point in the pipeline" - one have to inject it to the event queue directly, thus it will come through this {@link AWTEventListener} too.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.