[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

Interface COM.novell.SVAPI.VerificationNotify

public interface VerificationNotify extends Remote

The VerificationNotify interface must be implemented by any application wishing to use the asynchronous verification functionality in SVAPI.

See Also: VerificationEngine


Method Index

verificationScoreChanged(VerificationEngine, Utterance, Score)
Called to report a new verification score.


Methods



verificationScoreChanged

public abstract void verificationScoreChanged(VerificationEngine Engine, Utterance Utterance, Score Score)
Called to report a new verification score.
Parameters:
Exceptions:
See Also: enableAsynchronousVerification



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com