Home
last modified time | relevance | path

Searched refs:dispatchArgs (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/extensions/qa/integration/extensions/
H A DServicesHandler.java82 PropertyValue dispatchArgs[] = new PropertyValue[] { new PropertyValue() }; in actionPerformed() local
83 dispatchArgs[0].Name = "URL"; in actionPerformed()
84 dispatchArgs[0].Value = documentationURL; in actionPerformed()
86 dispatcher.dispatch(dispatchURL[0], dispatchArgs ); in actionPerformed()

Completed in 16 milliseconds