processing.app.syntax
Interface InputHandler.NonRepeatable

All Known Implementing Classes:
InputHandler.insert_char
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.