Uses of Enum Class
com.yahoo.documentapi.VisitorControlHandler.CompletionCode
Packages that use VisitorControlHandler.CompletionCode
-
Uses of VisitorControlHandler.CompletionCode in com.yahoo.documentapi
Fields in com.yahoo.documentapi declared as VisitorControlHandler.CompletionCodeMethods in com.yahoo.documentapi that return VisitorControlHandler.CompletionCodeModifier and TypeMethodDescriptionVisitorControlHandler.Result.getCode()Returns the enum constant of this class with the specified name.static VisitorControlHandler.CompletionCode[]VisitorControlHandler.CompletionCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.documentapi with parameters of type VisitorControlHandler.CompletionCodeModifier and TypeMethodDescriptionvoidVisitorControlHandler.onDone(VisitorControlHandler.CompletionCode code, String message) Callback called when the visitor is done.