<A HREF="agentkit_contents.html"><img align=center src="contents.gif" ALT="Contents"></A> Up Previous Next

agConnection::OnKQMLExecuteString

Bool OnKQMLExecuteString(expression *kqml)

Called when the client executes certain KQML performatives. Override to process the performative, adding a result to the server result list.

This is a string version that by default, translates the string into a KQML expression and calls OnKQMLExecute. You should not normally need to override this.