Package mars.venus.editor.jeditsyntax
Interface InputHandler.NonRepeatable
- All Known Implementing Classes:
InputHandler.InsertCharAction
- Enclosing class:
- InputHandler
public static interface InputHandler.NonRepeatable
If an action implements this interface, it should not be repeated.
Instead, it will handle the repetition itself.