Interface InputHandler.NonRepeatable
- 
- All Known Implementing Classes:
 InputHandler.insert_char
- Enclosing class:
 - InputHandler
 
public static interface InputHandler.NonRepeatableIf an action implements this interface, it should not be repeated. Instead, it will handle the repetition itself.