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

Interface COM.novell.SVAPI.ClassificationNotify

public interface ClassificationNotify extends Remote

The ClassificationNotify interface must be implemented by any applicationwishing to use the asynchronous classification functionality in SVAPI.

See Also: ClassificationEngine


Method Index

classified(ClassificationEngine, ClassificationResults[])
Called when audio has been classified.



Methods



classified

public abstract void classified(ClassificationEngine Engine, ClassificationResults Results[])
Called when audio has been classified.
Parameters:
Exceptions:
See Also: enableAsynchronousClassification



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

rwille@novell.com