Interface IKeyListenerFactory<T>


  • public interface IKeyListenerFactory<T>
    • Method Detail

      • create

        java.awt.event.KeyListener create​(IObjectModel<T> model,
                                          javax.swing.text.PlainDocument document,
                                          IBlock<java.lang.RuntimeException> clearBlock)