public abstract class INotifier
extends java.lang.Object
This interface represents a notifier. Each notifier can send event (recognized word, recognized several characters).
Modifier and Type | Field and Description |
---|---|
NotifierHandler |
ElapsedDelegate
Occurs when the event has raised.
|
Constructor and Description |
---|
INotifier() |
Modifier and Type | Method and Description |
---|---|
abstract IRecognizedText |
getText()
Gets the recognized text.
|
public NotifierHandler ElapsedDelegate
public abstract IRecognizedText getText()