us.ihmc.utilities.keyboardAndMouse
Interface RepeatingReleasedEventsFixer.Reposted

All Known Implementing Classes:
RepeatingReleasedEventsFixer.RepostedKeyEvent
Enclosing class:
RepeatingReleasedEventsFixer

public static interface RepeatingReleasedEventsFixer.Reposted

Marker interface that denotes that the KeyEvent in question is reposted from some 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 AWTEventListener too.