public interface IGenericInputHandlerFactory
IInputHandler
creation.Modifier and Type | Method and Description |
---|---|
<TKey,TValue> |
createInputHandler(QueryInputHandlersEventArgs args)
Create an
IInputHandler instance based on the given args . |
<TKey,TValue> IInputHandler createInputHandler(QueryInputHandlersEventArgs args)
IInputHandler
instance based on the given args
.TKey
- The key type as inferred by the caller from the GraphML contents.TValue
- The type of the value as inferred by the caller from the GraphML contents.args
- The event argument that is used like in
QueryInputHandlers