public abstract class INotifier extends Object
This class represents a notifier. Each notifier can send event (recognized word, recognized several characters).
| Modifier and Type | Field and Description |
|---|---|
protected NotifierHandler |
ElapsedDelegate
Occurs when the event has raised.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addElapsedListener(NotifierHandler listener)
Adds a listener to the event
|
abstract IRecognizedText |
getText()
Gets the recognized text.
|
protected NotifierHandler ElapsedDelegate
public void addElapsedListener(NotifierHandler listener)
listener - The listener to add.public abstract IRecognizedText getText()
Copyright © 2014. All rights reserved.