Package net.anwiba.commons.swing.object
Interface IKeyListenerFactory<T>
-
public interface IKeyListenerFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.event.KeyListenercreate(IObjectModel<T> model, javax.swing.text.PlainDocument document, IBlock<java.lang.RuntimeException> clearBlock)
-
-
-
Method Detail
-
create
java.awt.event.KeyListener create(IObjectModel<T> model, javax.swing.text.PlainDocument document, IBlock<java.lang.RuntimeException> clearBlock)
-
-