Uses of Interface
com.t4a.api.JavaMethodAction
Packages that use JavaMethodAction
-
Uses of JavaMethodAction in com.t4a.action
Classes in com.t4a.action that implement JavaMethodActionModifier and TypeClassDescriptionfinal class
This Action can be used when you want the AI to get back with answer and if you do not have any specific action to be performed. -
Uses of JavaMethodAction in com.t4a.api
Classes in com.t4a.api that implement JavaMethodAction -
Uses of JavaMethodAction in com.t4a.processor
Methods in com.t4a.processor with parameters of type JavaMethodActionModifier and TypeMethodDescriptiondefault Object
AIProcessor.invokeReflection
(Method method, JavaMethodAction javaMethodAction, List<Object> parameterValues) default void
AIProcessor.setCallBack
(ActionCallback callback, JavaMethodAction javaMethodAction) default void
AIProcessor.setProcessor
(JavaMethodAction javaMethodAction)