EasyScriptAddListener Method |
This method accepts a new event listener which will be called when
signature or card events are detected in the character stream passed in
through ParseSignature().
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax public void AddListener(
IEasyScriptEventListener recv
)
Public Sub AddListener (
recv As IEasyScriptEventListener
)
public:
void AddListener(
IEasyScriptEventListener^ recv
)
member AddListener :
recv : IEasyScriptEventListener -> unit
Parameters
- recv
- Type: EasyScriptAPIIEasyScriptEventListener
Listener to notify when events are generated.
See Also